From df57c27beebc2c72108b9b2ebe14b80762f9a24b Mon Sep 17 00:00:00 2001 From: Fahad Khalid <f.khalid@fz-juelich.de> Date: Tue, 26 Feb 2019 06:55:22 +0100 Subject: [PATCH] Bug fix: The 'run_on_localMachine.sh' script in the 'keras' directory now uses the correct file name. --- keras/run_on_localMachine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras/run_on_localMachine.sh b/keras/run_on_localMachine.sh index 9dade0a..1895ec1 100644 --- a/keras/run_on_localMachine.sh +++ b/keras/run_on_localMachine.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Run the program -python -u mnist_cnn.py +python -u mnist.py -- GitLab