eric-xw / kinetics-i3d-pytorch

MIT License
34 stars 5 forks source link

Error when running i3d_tf_to_pt.py #1

Open Johumliu opened 5 years ago

Johumliu commented 5 years ago

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 commented 11 months ago

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)]]