-
Notifications
You must be signed in to change notification settings - Fork 25
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
Can not read from t7 #15
Comments
What is your OS, CPU architecture, and Python version? |
|
I have the same problem,can you tell me your solution? |
I'm having the same issue. Has anyone figured it out? |
I have created a file in lua:
When I read it in python, I get nothing:
output:
I also tried
from torch.utils.serialization import load_lua
but I got the same result.I have also tried
torch.save('tmp.t7', {hello=123, world=torch.rand(1,2,3)})
but got{b'hello': 123, b'world': array([], dtype=float64)}
The text was updated successfully, but these errors were encountered: