ethereon / caffe-tensorflow

Caffe models in TensorFlow
Other
2.8k stars 1.04k forks source link

"Problem" with validate.py #169

Open Voisin-Alexis opened 6 years ago

Voisin-Alexis commented 6 years ago

Hi,

It's not really a complex problem, I managed to convert SqueezeNet with convert.py, now when I want to use the validate.py method, I do not see what the requested parameters are (model_path, val_gt and imagenet_data_dir) . Can you show me a simple example of use?

Thank you