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
/home/rstudio/torch/install/bin/luajit: ./fast_neural_style/TotalVariation.lua:33: invalid arguments: CudaTensor nil
expected arguments: *CudaTensor* [CudaTensor] float | *CudaTensor* [CudaTensor] [float] CudaTensor
stack traceback:
[C]: in function 'add'
./fast_neural_style/TotalVariation.lua:33: in function 'updateGradInput'
/home/rstudio/torch/install/share/lua/5.1/nn/Module.lua:31: in function 'backward'
slow_neural_style.lua:130: in function 'opfunc'
/home/rstudio/torch/install/share/lua/5.1/optim/lbfgs.lua:66: in function 'lbfgs'
slow_neural_style.lua:156: in function 'main'
slow_neural_style.lua:172: in main chunk
[C]: in function 'dofile'
...udio/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00405d50
Hi,
I have tried using the ResNet models for torch provided by the Facebook distribution:
Unfortunately, they give me pictures only containing noise:
This is strange -
using exactly the same code with the vgg16 model renders good results:
Do I have to convert the t7 model somehow??
The text was updated successfully, but these errors were encountered: