texture_nets icon indicating copy to clipboard operation
texture_nets copied to clipboard

train models without GPU

Open uadnildevra opened this issue 9 years ago • 5 comments
trafficstars

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

uadnildevra avatar Aug 25 '16 10:08 uadnildevra

not install cutorch

lvjadey avatar Aug 25 '16 10:08 lvjadey

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

uadnildevra avatar Aug 25 '16 11:08 uadnildevra

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

DemonElite avatar Aug 26 '16 09:08 DemonElite

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

just use -cpu flag.

DmitryUlyanov avatar Aug 31 '16 11:08 DmitryUlyanov

Thank you, Demitry!!

uadnildevra avatar Sep 04 '16 08:09 uadnildevra