How to run this model properly ?
Aneeshers opened this issue · 3 comments
Aneeshers commented
So I installed all the libraries needed.... I run python3 /Users/aneeshmuppidi/Downloads/Colorization.tensorflow-master/image_colorization.py --mode test --data_dir Images/Test --model_dir /Users/aneeshmuppidi/Downloads/Colorization.tensorflow-master/imagenet-vgg-verydeep-19.mat
(aneeshmuppidi is my username)
Then the program doesn't return anything.... it's like the program exited. What would be the proper way to run this? Or does it save the output in a specific directory?
shekkizh commented
The mode has to be set to "train" to train the model. This is the default value for mode - so just running the command in your question without specifying mode argument should start training model.