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