Remove unused data
This commit is contained in:
parent
3c1b3a4e77
commit
0cf34ed5b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,5 +4,4 @@
|
|||||||
Images/TrainingImages/
|
Images/TrainingImages/
|
||||||
Model/bottleneck/
|
Model/bottleneck/
|
||||||
Model/retrain_logs/
|
Model/retrain_logs/
|
||||||
Model/variables/
|
|
||||||
Model/*.pb_log/
|
Model/*.pb_log/
|
||||||
|
@ -1334,7 +1334,7 @@ if __name__ == '__main__':
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--saved_model_dir',
|
'--saved_model_dir',
|
||||||
type=str,
|
type=str,
|
||||||
default='',
|
default='Model',
|
||||||
help='Where to save the exported graph.')
|
help='Where to save the exported graph.')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--logging_verbosity',
|
'--logging_verbosity',
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user