Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Adam_1 not found" error #13

Open
ashleyjsands opened this issue Aug 22, 2018 · 0 comments
Open

"Adam_1 not found" error #13

ashleyjsands opened this issue Aug 22, 2018 · 0 comments

Comments

@ashleyjsands
Copy link

I'm using tensorflow 1.0 (CPU) pip package and I get an "Adam_1 not found" error when I attempt to train the model.

Here are the commands that I ran to set up the model:

python3 cache.py -c config.ini config/yolo2/darknet-20.ini -v
python3 parse_darknet_yolo2.py ~/other_datasets/yolo-tf/yolo-full.weights  -c config.ini config/yolo2/darknet-20.ini -d
python3 train.py -c config.ini config/yolo2/darknet-20.ini -t ~/other_datasets/yolo-tf/yolo2/darknet/20/model.ckpt -e yolo2_darknet/conv

Here's the error:

NotFoundError (see above for traceback): Key yolo2_darknet/conv9/weights/Adam_1 not found in checkpoint
	 [[Node: save/RestoreV2_239 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_recv_save/Const_0, save/RestoreV2_239/tensor_names, save/RestoreV2_239/shape_and_slices)]]

Here's the full log out: error.txt

Here's the contents of the checkpoint directory:

ls ~/other_datasets/yolo-tf/yolo2/darknet/20/
2018-08-22_19-40-17  checkpoint  model.ckpt.data-00000-of-00001  model.ckpt.index  model.ckpt.meta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant