You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why I trained like 1.1 Train a face generator using the Celeb-A dataset
can't be used in Vector Arithmetic
The text was updated successfully, but these errors were encountered:
c1a1o1
changed the title
net=celebA_trainCache.t7 gpu=0 qlua arithmetic.lua
why I trained like 1.1 Train a face generator using the Celeb-A dataset can't be used in Vector Arithmetic
Sep 29, 2016
Hello, I also trained the GAN using the Celeb-A dataset on the GPU. However arithmetic.lua does not work on the checkpoints generated doing this. (with the checkpoints, which I downloaded from the repository it worked.)
When I run net=checkpoints/experiment1_1_net_G.t7 gpu=0 qlua arithmetic.lua I get the following error:
table: 0x41a862a8
qlua: /home/catherine/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class <torch.CudaTensor>
stack traceback:
[C]: at 0x7f7f513a0f50
[C]: in function 'error'
/home/catherine/torch/install/share/lua/5.1/torch/File.lua:343: in function 'readObject'
/home/catherine/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
/home/catherine/torch/install/share/lua/5.1/nn/Module.lua:192: in function 'read'
/home/catherine/torch/install/share/lua/5.1/torch/File.lua:351: in function 'readObject'
/home/catherine/torch/install/share/lua/5.1/torch/File.lua:409: in function 'load'
arithmetic.lua:27: in main chunk
When I try to run it in gpu mode I get the same error. I tried to include require cunn and require cudnn at the beginning of arithmetic.lua, but then I get different errors. Thank you.
why I trained like 1.1 Train a face generator using the Celeb-A dataset
can't be used in Vector Arithmetic
The text was updated successfully, but these errors were encountered: