-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can you share the training configs? #6
Comments
Sorry, for the late reply. I have reimplemented the STAN using mmcv2.0. Here is the training config on msrvtt. base = '../../base/default_runtime.py' dataset_type = 'MsrvttDataset' train_dataloader = dict( val_evaluator = dict(type='RetrievalMetric') train_cfg = dict( param_scheduler = [ optim_wrapper = dict( default_hooks = dict(checkpoint=dict(type='printBest_CheckpointHook', interval=-1, save_best='auto', rule='greater')) auto_scale_lr = dict(enable=True, base_batch_size=128) |
No description provided.
The text was updated successfully, but these errors were encountered: