Remove unused data

This commit is contained in:
Norbert Litkowski 2019-05-06 03:23:35 +01:00
parent 3c1b3a4e77
commit 0cf34ed5b2
4 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,5 +4,4 @@
Images/TrainingImages/
Model/bottleneck/
Model/retrain_logs/
Model/variables/
Model/*.pb_log/

View File

@ -1334,7 +1334,7 @@ if __name__ == '__main__':
parser.add_argument(
'--saved_model_dir',
type=str,
default='',
default='Model',
help='Where to save the exported graph.')
parser.add_argument(
'--logging_verbosity',

Binary file not shown.