caffe2-mobilenet icon indicating copy to clipboard operation
caffe2-mobilenet copied to clipboard

MobileNets Reimplementation

Results 5 caffe2-mobilenet issues
Sort by recently updated
recently updated
newest added

With a recent version of caffe2 from pytorch, I get the following error. ``` Traceback (most recent call last): File "mobile_net_trainer.py", line 475, in main() File "mobile_net_trainer.py", line 468, in...

I got this error when running the script using a recent version of caffe2 from pytorch. ``` Ignoring @/caffe2/caffe2/contrib/nccl:nccl_ops as it is not a valid file. Ignoring @/caffe2/caffe2/contrib/gloo:gloo_ops as it...

Should be 2 instead of 1, right?

Is there any possibility to share models weights?

Hello @camel007 -- I am getting the following error while running mobile_net_trainer.py: python ./mobile_net_trainer.py --train_data /data/image_recognition/digits/digits_5.1_curr/digits/jobs/20151105-175246-5d98/train_db --test_data /data/image_recognition/digits/digits_5.1_curr/digits/jobs/20151105-175246-5d98/val_db --num_labels 2 --num_gpus 1 --db_type lmdb --num_channels 3 ``` Ignoring @/caffe2/caffe2/contrib/nccl:nccl_ops as...