allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.71k stars 877 forks source link

Python model retrianing script on cmd #134

Open SheezaShabbir opened 6 years ago

SheezaShabbir commented 6 years ago

I am using this script python tensorflow/examples/image_retraining/retrain.py \ --image_dir ~/ml/blogs/road-not-road/data/ \ --learning_rate=0.0001 \ --testing_percentage=20 \ --validation_percentage=20 \ --train_batch_size=32 \ --validation_batch_size=-1 \ --flip_left_right True \ --random_scale=30 \ --random_brightness=30 \ --eval_step_interval=100 \ --how_many_training_steps=600 \ --architecture mobilenet_1.0_224 But facing error at last line saying that "syntax error" Do you think that this script can be run on windows cmd ................................... System window 10 tensorflow version 2.0 Tensorflow repository as given above for work Please help whether we can use this script on windows or not.