-
Notifications
You must be signed in to change notification settings - Fork 70
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
got below error while initiating the class #38
Comments
I think it looks like it cant find |
Thank you .. I am able to do this after running test cases
…On Aug 23, 2017 7:05 PM, "Hugh Perkins" ***@***.***> wrote:
I *think* it looks like it cant find Torchclass in the LUA_PATH/LUA_CPATH
etc. I think you might want to double-check how these env vars look, maybe
try running the unit tests, check they run ok, ie https://github.com/
hughperkins/pytorch/blob/master/run_tests.sh
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALpUV2fVzT4ngWfS18KNfg8b1iWw8cgfks5sbCqDgaJpZM4O_2pM>
.
|
Ok. You mean, all is working ok now? |
Yes I was able to do it .. I was able to call my torch class from Python
…On Aug 24, 2017 12:18 PM, "Hugh Perkins" ***@***.***> wrote:
Ok. You mean, all is working ok now?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALpUV9SuxawA6WKXpR3V0aVno5zL_bIIks5sbRy6gaJpZM4O_2pM>
.
|
Ok, great! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "pythonwrap.py", line 5, in
tansclass=Torchclass()
File "/home/tiru/qgencode/qgen/lib/python3.5/site-packages/PyTorch-4.1.1_SNAPSHOT-py3.5-linux-x86_64.egg/PyTorchHelpers.py", line 20, in init
PyTorchAug.LuaClass.init(self, splitName, *args)
File "/home/tiru/qgencode/qgen/lib/python3.5/site-packages/PyTorch-4.1.1_SNAPSHOT-py3.5-linux-x86_64.egg/PyTorchAug.py", line 255, in init
raise Exception(errorMessage)
Exception: attempt to call a nil value
The text was updated successfully, but these errors were encountered: