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

Trained XNOR-Network model for other frameworks? #32

Open
akhauriyash opened this issue Sep 18, 2017 · 4 comments
Open

Trained XNOR-Network model for other frameworks? #32

akhauriyash opened this issue Sep 18, 2017 · 4 comments

Comments

@akhauriyash
Copy link

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. 🦃

@jiecaoyu
Copy link

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.

@akhauriyash
Copy link
Author

@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!

@jiecaoyu
Copy link

@akhauriyash I have posted the trained model. If you have any problem, please let me know.

@lgeiger
Copy link

lgeiger commented Oct 7, 2019

Please checkout https://larq.dev/models for a TensorFlow and Keras based implementation.

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

3 participants