From 48524481fd7553b787ec15a7c5f917b20126bfad Mon Sep 17 00:00:00 2001 From: Arbin Timilsina Date: Thu, 7 Mar 2019 16:57:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2a177..ee3afa0 100755 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ singularity exec --nv DeepLearningWithProtoDUNE.img python train_model.py -o Dev KERAS_BACKEND=tensorflow python -c "from keras import backend" ``` -### To change the weights +### To calculate the weights ``` python calculate_weights.py ```