Skip to content

Commit

Permalink
Add some readmes to sub folders
Browse files Browse the repository at this point in the history
  • Loading branch information
huyvnphan committed Jul 11, 2019
1 parent 39985cb commit dd0afe1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ transforms.Normalize([0.4914, 0.4822, 0.4465], [0.2023, 0.1994, 0.2010])]
- Number of epochs: 600
- Learning rate: 0.05, multiply by factor 0.1 every 200 epochs
- Weight decay: 0.001
- Nesterov SGD optimizer with momentum = 0.9
- Nesterov SGD optimizer with momentum = 0.9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ transforms.Normalize([0.4914, 0.4822, 0.4465], [0.2023, 0.1994, 0.2010])]
- Number of epochs: 600
- Learning rate: 0.05, multiply by factor 0.1 every 200 epochs
- Weight decay: 0.001
- Nesterov SGD optimizer with momentum = 0.9
- Nesterov SGD optimizer with momentum = 0.9
1 change: 1 addition & 0 deletions models/state_dicts/.ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Put state dicts here
1 change: 1 addition & 0 deletions models/state_dicts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Put state dicts here
1 change: 1 addition & 0 deletions runs/.ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TensorBoard logs
1 change: 1 addition & 0 deletions runs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TensorBoard logs
Binary file removed torch_models.zip
Binary file not shown.

0 comments on commit dd0afe1

Please sign in to comment.