Minor changes for the 2000 epoch learning.
[dyncnn.git] / run.sh
diff --git a/run.sh b/run.sh
index 7ccfbb6..fe3a2e2 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -42,8 +42,8 @@ if [[ ! -d "${DYNCNN_DATA_DIR}" ]]; then
                --dir "${DYNCNN_DATA_DIR}"
 fi
 
-# Train the model (takes 30h on a GTX 1080 with cuda 8.0, cudnn 5.1,
-# and recent torch)
+# Train the model (2000 epochs takes 30h on a GTX 1080 with cuda 8.0,
+# cudnn 5.1, and recent torch)
 
 if [[ ! -f "${DYNCNN_RUNDIR}"/scheme_02000.t7 ]]; then
     ./dyncnn.lua -rundir "${DYNCNN_RUNDIR}"