Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwSun authored and dwSun committed Dec 12, 2017
0 parents commit 01c7275
Show file tree
Hide file tree
Showing 90 changed files with 92,407 additions and 0 deletions.
517 changes: 517 additions & 0 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
% python3 train_image_classifier.py --dataset_name=quiz --dataset_dir=/home/david/Code/AI100/course/eassy/data --checkpoint_path=/home/david/Code/Robusoft/flowermate/code/models/inception_v4.ckpt --model_name=inception_v4 --checkpoint_exclude_scopes=InceptionV4/Logits,InceptionV4/AuxLogits/Aux_logits --train_dir=/home/david/Code/AI100/course/eassy/data/ckpt --moving_average_decay=0.9999 --batch_size=16 --clone_on_cpu=True
Empty file added __init__.py
Empty file.
1 change: 1 addition & 0 deletions datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 01c7275

Please sign in to comment.