We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I finetune the pretrained model using this script:
python scripts/train.py --batch_size 8 --lr 3e-4 --max_num_frames 40 --param_schedule --datapath data_clevrer/clevrer/ --gt_datapath data_clevrer/clevrer/ --model_name clevrer --T 5 --K 6 --continue_train
however, the ari seems to decrease after a few iteration, Is it because of the learning rate?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I finetune the pretrained model using this script:
python scripts/train.py --batch_size 8 --lr 3e-4 --max_num_frames 40 --param_schedule --datapath data_clevrer/clevrer/ --gt_datapath data_clevrer/clevrer/ --model_name clevrer --T 5 --K 6 --continue_train
however, the ari seems to decrease after a few iteration, Is it because of the learning rate?
The text was updated successfully, but these errors were encountered: