Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do we need train and test the code with same wrapper? #37

Open
tiru1930 opened this issue Aug 23, 2017 · 1 comment
Open

do we need train and test the code with same wrapper? #37

tiru1930 opened this issue Aug 23, 2017 · 1 comment

Comments

@tiru1930
Copy link

i have model which is trained using torch directly now , i have written prediction class in torch which i want to call using python (pytorchhelpers) , but i got below error
PANIC: unprotected error in call to Lua API (/home/tiru/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class <torch.CudaTensor>)

@hughperkins
Copy link
Owner

It looks like it cannot find torch.CudaTensor class/file for some reason. You might need to hack around with the LUA_CPATH and similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants