tensorflow / tensorflow/models
there is a error in step3 of maskgan
@a-dai is already working on this.
Since Jun 27, 2019.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
Key critic/rnn/biases not found in checkpoint
[[node save/RestoreV2 (defined at train_mask_gan.py:431) ]]
I don't modify any code in previous step. but still encountered this problem. thanks~
///////////////////////////////update///////////////////////////////////
What is the top-level directory of the model you are using : maskgan
Have I written custom code : No
OS Platform : ubuntu18.04
TensorFlow installed from : conda
TensorFlow version : 1.13.1
Bazel version n/a
CUDA/cuDNN : 9
GPU model and memory : ASUS 1070ti 8G
Exact command to reproduce : only readme
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.