Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardicus committed Dec 21, 2019
1 parent 2aab807 commit b3a0f9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ for file in $(ls -p $folder | grep -v /); do
first=0
else
# Train the net using previously trained weights
./net $folder/$file -r lstm_net.net
# Store every 500 iterations,
# train for 10000 iterations.
./net $folder/$file -r lstm_net.net -st 500 -it 10000
fi
done
</pre>
Expand Down

0 comments on commit b3a0f9d

Please sign in to comment.