How to Transfer a Simple Keras Model to PyTorch – The Hard Way
I had a problem. I had trained a model in Keras using a TensorFlow backend. Unfortunately, and for reasons I won’t get into here, I wanted to use that trained model with PyTorch. I couldn’t find a good library to transfer the models whole or a good writeup on how to transfer the weights manually…