DmitryUlyanov / texture_nets

Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
Apache License 2.0
1.22k stars 217 forks source link

train models without GPU #43

Open uadnildevra opened 8 years ago

uadnildevra commented 8 years ago

is it possible to train models without GPU? always get error: module 'cutorch' not found

lvjadey commented 8 years ago

not install cutorch

uadnildevra commented 8 years ago

it's not installed – you mean, install cutorch?

DemonElite commented 8 years ago

the train.lua require ''cutorch' and 'cunn'

DmitryUlyanov commented 8 years ago

Hello, added this feature with https://github.com/DmitryUlyanov/texture_nets/commit/7095faf8d73c660401297bfa932ca46c43bd64f3

just use -cpu flag.

uadnildevra commented 8 years ago

Thank you, Demitry!!