Skip to content

Commit

Permalink
directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tan (unimelb) committed Jan 7, 2018
1 parent fee8e1c commit 64b6cc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ be self-explanatory. For parameters labelled 'entropy-sgd specific', you may nee
Checkpoints and Tensorboard scalars are saved beneath their respective directories.

### Multi-GPU

Coming soon...

-----------------------------

## Results
Both CIFAR-10/CIFAR-100 models are trained with the same hyperparameters and learning rate schedule specified in the original paper. The dataset is subjected to meanstd preprocessing and random rotations+reflections. Convergence when training on both datasets is compared with vanilla SGD and SGD with Nesterov momentum. The accuracy reported is the average of 5 runs with random weight initialization.

Expand Down
2 changes: 1 addition & 1 deletion checkpoints/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*
!.gitignore
!checkpoints/best
!best/
2 changes: 2 additions & 0 deletions checkpoints/best/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 64b6cc7

Please sign in to comment.