Closed sharma-ji closed 6 years ago
@sharma-ji Please tell me the error message. You just have to specify the filename ckpt-250000 to use ckpt-250000.data-00000-of-00001 in tf.train.NewCheckpointReader.
`DataLossError Traceback (most recent call last)
@sharma-ji Please try the code below. extract_tensors_from_checkpoint_file('F:\models\20170512-110547\model-20170512-110547.ckpt-250000', npy_weights_dir)
You should use '...ckpt-250000' instead of '...ckpt-250000.data-00000-of-00001'.
Hi, I am trying to convert latest model from facenet repository from sandberg which is 20180408-102900. I am getting following error
ValueError: Layer weight shape (1792, 128) not compatible with provided weight shape (1792, 512)
There are 4 files, .pb, .meta, .index, ckpt-250000.data-00000-of-00001. How to convert it using your notebook?? also I'm running Anaconda on Windows 10