-
Notifications
You must be signed in to change notification settings - Fork 45.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full code refactor and added all networks
- Loading branch information
Nathan Silberman
committed
Aug 30, 2016
1 parent
bc0a0a8
commit 65fad62
Showing
56 changed files
with
8,060 additions
and
818 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
Oops, something went wrong.
65fad62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the sample script slim/scripts/finetune_inception_v3_on_flowers.sh, I see --learning_rate=0.0001 for the second part of training. However, in finetune_inception_v1_on_flowers.sh and finetune_resnet_v1_50_on_flowers.sh, it is 0.001 which makes more sense to me. Just wondering if this is a typo?