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

Error when running i3d_tf_to_pt.py #1

Open
Johumliu opened this issue Aug 25, 2019 · 1 comment
Open

Error when running i3d_tf_to_pt.py #1

Johumliu opened this issue Aug 25, 2019 · 1 comment

Comments

@Johumliu
Copy link

tensorflow.python.framework.errors_impl.NotFoundError: 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 RGB/inception_i3d/Conv3d_1a_7x7/batch_norm/beta not found in checkpoint

@ZhouKanglei
Copy link

When I convert the pre-trained i3d on Kinetics 600, the error occurs as follows:

Key RGB/inception_i3d/Conv3d_1a_7x7/batch_norm/beta not found in checkpoint
         [[node save/RestoreV2 (defined at i3d_tf_to_pt.py:66)  = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]

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

2 participants