You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compare checkpoints and observe they are equal:
diff 600/movinet_a0_base/ckpt-1.data-00000-of-00001 400/movinet_a0_base/ckpt-1.data-00000-of-00001
4. Expected behavior
The published Kinetics-400 weights should correspond to those trained on Kinetics-400. It is likely that the Kinetics-600 weights were mistakenly uploaded instead of the Kinetics-400 weights. To clarify, loading the published Kinetics-400 checkpoint weights into official.projects.movinet.modeling.movinet_model.MovinetClassifier with num_classes=400 results in an error.
5. Additional context
6. System information
OS Platform and Distribution - Ubuntu 22.04.5 LTS
TensorFlow installed from (source or binary): binary
TensorFlow version (use command below):=2.18.1
Python version: 3.10.12
CUDA/cuDNN version: cuda_12.8.r12.8
GPU model and memory: NVIDIA GeForce RTX 4090, 24GB
The text was updated successfully, but these errors were encountered:
Prerequisites
Please answer the following questions for yourself before submitting an issue.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/official/projects/movinet#kinetics-400
2. Describe the bug
The published checkpoint weights for Kinetics-400 are identical to those for Kinetics-600. For example, the following checkpoint weights under Kinetics-600:
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a0_base.tar.gz
are identical to the following checkpoint weights under kinetics-400:
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a0_base_k400.tar.gz
3. Steps to reproduce
Download and extract both checkpoints:
wget https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a0_base.tar.gz
tar --one-top-level=600 -xvf movinet_a0_base.tar.gz
wget https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a0_base_k400.tar.gz
tar --one-top-level=400 -xvf movinet_a0_base_k400.tar.gz
Compare checkpoints and observe they are equal:
diff 600/movinet_a0_base/ckpt-1.data-00000-of-00001 400/movinet_a0_base/ckpt-1.data-00000-of-00001
4. Expected behavior
The published Kinetics-400 weights should correspond to those trained on Kinetics-400. It is likely that the Kinetics-600 weights were mistakenly uploaded instead of the Kinetics-400 weights. To clarify, loading the published Kinetics-400 checkpoint weights into official.projects.movinet.modeling.movinet_model.MovinetClassifier with num_classes=400 results in an error.
5. Additional context
6. System information
OS Platform and Distribution - Ubuntu 22.04.5 LTS
TensorFlow installed from (source or binary): binary
TensorFlow version (use command below):=2.18.1
Python version: 3.10.12
CUDA/cuDNN version: cuda_12.8.r12.8
GPU model and memory: NVIDIA GeForce RTX 4090, 24GB
The text was updated successfully, but these errors were encountered: