This problem changes the TensorFlow .ckpt file to numpy .npy file, both are files that records the parameters of a network.
Referenced by:
- https://blog.csdn.net/weiguanqun/article/details/78673620
- https://github.com/search?q=ckpt2npy&type=Code
First download the model from tensorflow/models, or use another file.
After this, just use below commands to run it:
python ckpt2npy.py