-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shuffling (and a bit of housekeeping) (#92)
Introduce training using shuffling per batch and using part of the training set as the per-epoch validation set. A future PR should thoroughly revise the code to either deprecate --validfile or make it an option to use --validfile or a portion of the training set.
- Loading branch information
Showing
5 changed files
with
75 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
pytest | ||
dill | ||
sklearn | ||
numpy==1.15.2 | ||
pytest==4.0.1 | ||
dill==0.2.8.2 | ||
sklearn==0.0 | ||
theano | ||
scikit-image | ||
pymongo | ||
keras | ||
pyyaml | ||
tensorflow | ||
scikit-image==0.14.1 | ||
pymongo==3.7.1 | ||
keras==2.2.4 | ||
PyYAML==3.13 | ||
tensorflow==1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.