paulu / deepfeatinterp

Deep Feature Interpolation (CVPR 2017)
GNU General Public License v3.0
278 stars 50 forks source link

Is it possible to test in cpu? #12

Open MdAshrafulAlam opened 5 years ago

paulu commented 5 years ago

Try this:

  1. Edit import_caffe() in deepmodels.py to set cpu mode.

  2. Use --backend caffe+scipy

MdAshrafulAlam commented 5 years ago

If I would like to use only --backend torch, so, should I need to install Caffe framework? Please....

paulu commented 5 years ago

Caffe is not needed.