From 4cae53412ba50bca33f4afe1042c6cbcffbc3c27 Mon Sep 17 00:00:00 2001 From: Eric Moreno <37052500+eric-moreno@users.noreply.github.com> Date: Mon, 2 Dec 2019 16:30:12 -0800 Subject: [PATCH] fixed syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 621670f..1842f7a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Determine the parameters needed for the IN. For example: - Do = 24 - Hidden = 60 -Would be run by doing: +Would be executed by running: ```bash python IN_dataGenerator.py IN_training 1 0 --De 20 --Do 24 --hidden 60