-
Notifications
You must be signed in to change notification settings - Fork 1
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
Kinetics Self-supervised Checkpoint #2
Comments
Thanks for your interest in our work. You can download pre-trained and fine-tuned checkpoints from the link below. We will update the code and release the other checkpoints soon! :) https://drive.google.com/drive/folders/1Lltf4m4YjUZwEVYfAVhRRTGoqJHd1Lpp?usp=drive_link |
@sunilhoho Thanks for sharing the models at such quick notice, do you any checkpoints for Kinetics-400 VIT-B which was trained for more than 200 epochs, we want to use the best model possible for EVEREST. Also, I started a Kinetics-400 pretraining using the code you have already shared, i want to train your model for 800 epochs: Here is my script and hyper parameters that i am using: Can you confirm that you used the same settings: i am using 2 nodes with 4 gpus to match your 8 GPU setup. JOB_NAME=$1 srun -p --job-name=${JOB_NAME} |
We do not have a checkpoint for the Kinetics-400 VIT-B model trained for more than 200 epochs. I reviewed your script and hyperparameters, and they look correct. Your settings seem aligned with our original configuration except for training epochs and the number of GPUs per node. Feel free to reach out if you encounter any issues or have further questions. |
Dear Authors,
We are conducting a study to evaluate Video Self-Supervised models holistically and would like to include your EVEREST model too. Can you please share the Kinetics-400 pretrained VIT-B checkpoint for our evaluation?
The text was updated successfully, but these errors were encountered: