LLNet icon indicating copy to clipboard operation
LLNet copied to clipboard

run on cpu

Open idreamerhx opened this issue 3 years ago • 1 comments

after hard works make this to run on cpu. finallly

EnvironmentError: ('The following error happened while compiling the node', HostFromGpu(b), '\n', "You forced the use of gpu device 'gpu', but nvcc was not found. Set it in your PATH environment variable or set the Theano flags 'cuda.root' to its directory")

this seems throw exception in model.obj

is this file not opensource or can you provide a cpou version?

idreamerhx avatar Jun 21 '21 10:06 idreamerhx

export THEANO_FLAGS=mode=FAST_RUN,device=cpu,floatX=float32,force_device=True,experimental.unpickle_gpu_on_cpu=True

see:https://github.com/Theano/Theano/issues/4994

unpickle_function=False

idreamerhx avatar Jun 21 '21 10:06 idreamerhx