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
Does anyone know how to convert the .t7 format of the data to other tensorflow/theano etc compatible formats? I have successfully read the file in lua, as well as read it using python (torchfile.py ==> https://github.com/bshillingford/python-torchfile)
But I would like to convert it to h5 and run it with keras etc., so i can define my own operations for the network. Can anyone help me out please?
I dont know lua much. 🦃
The text was updated successfully, but these errors were encountered:
I am reimplementing all the code/training in PyTorch. You can check here. I will post the trained model soon. It is easy to read the trained model in Python.
@jiecaoyu Thank you so much! I will go through your code. I am not familiar with lua so could not understand how the data was stored in the .t7 file. Looking forward to the trained model!
Does anyone know how to convert the .t7 format of the data to other tensorflow/theano etc compatible formats? I have successfully read the file in lua, as well as read it using python (torchfile.py ==> https://github.com/bshillingford/python-torchfile)
But I would like to convert it to h5 and run it with keras etc., so i can define my own operations for the network. Can anyone help me out please?
I dont know lua much. 🦃
The text was updated successfully, but these errors were encountered: