Skip to content

Commit

Permalink
Bug fix to README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing811 authored Jul 15, 2018
1 parent 2f1602a commit 6d3c8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ Set:

The solution uses transfer learning from one the pretrained models such as vgg16 etc. The default network that trains ok is inception_v3. Run the script runs/cls_train.py to train.

Set num_folds to 5 if you want to do 5 fold training. Set it to 1 if you want to use a single fold.

##### Task 3 results

Run the script runs/cls_eval.py. Make sure the configuration matches the one used in runs/cls_eval.py.

Set num_folds to 5 if you want to do 5 fold training. Set it to 1 if you want to use a single fold.

The result below is based on training a single InceptionV3 model for 30 epochs, and is based on roughly 2000 validation images.

##### Confusion Matrix:
Expand Down

0 comments on commit 6d3c8ed

Please sign in to comment.