Caffe2: Open Source Cross-Platform Machine Learning Tools
41–50 of 57 posts
Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#42Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#43Hey guys - Yangqing here, worked on Caffe and Caffe2 over the years, super excited to have continuous contribution to the OSS community. I am more than happy to answer questions if you are curious.
Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#44Looking forward to the 137 mutually incompatible forks of this. May caffe2 continue in the style of caffe!
Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#45Looking forward to the 137 mutually incompatible forks of this. May caffe2 continue in the style of caffe!
Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#46A quick question:last year when caffe2 first came out. You suggested to stick to caffe because caffe2 at that time is not mature. Now that caffe2 is officially release, is there any reason we should still use caffe?
Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#47Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#48Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#49A quick question:last year when caffe2 first came out. You suggested to stick to caffe because caffe2 at that time is not mature. Now that caffe2 is officially release, is there any reason we should still use caffe?
There is no push to migrate from Caffe to Caffe2 for sure. After Facebook "dogfooding" our own implementation, I think it is safe to say that C2 is now much stable. I would encourage you to try migrating it, letting us know if you run into problems, and stay tuned for the nice additional features that you may be able to enjoy from C2 - like optimized computation with MKLDNN, etc.
Re: Caffe2: Open Source Cross-Platform Machine Learning Tools
#50Earlier quoted context omitted.
does it mean PyTorch or Tensorflow are better for research, experimentation and Caffe2 was more designed for production? Or it actually means Caffe2 was designed for both research and production
PyTorch definitely makes experimentation much better. For example, if you want to train some system that is highly dynamic (reinforcement learning, for example), you might want to use a real scripting language which is Python, and PyTorch makes that really sweet. Sometimes the line gets a bit blurred - for research that are focusing on relatively fixed patterns, such as Mask RCNN, both PyTorch and caffe2 are working…
I'm trying to implement the RoIAlign layer in Tensorflow and I've a few doubts and having the author's code would definitely help in implementing it.