Is there any way to convert pre trained model ".t7" to "hdf5"

I am working on CRNN code where a pre-trained model is given in .t7 format, I wanted to use that in Keras which support “hdf5” format.

Is there any way I can convert this to use it in Keras.