I have few CNNs and an RNN built in TensorFlow, and would like to export them to HDF5 with minimal Keras implementation.
I don't mind adding a couple of lines of code to the end of my program which utilize Keras, but I cannot rebuild every one of my networks.
I can't seem to figure out how best to merge these, any insight?