Skip to content
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

[fix] Update UNITER VILLA checksums #1175

Open
wants to merge 2 commits into
base: gh/ryan-qiyu-jiang/39/base
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mmf/configs/zoo/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ uniter:
resources:
- url: mmf://models/uniter/uniter.pretrained.tar.gz
file_name: uniter.pretrained.tar.gz
hashcode: e843e65a3d8b4ed353779b96d654dde0440f5f04a79b3b4740309d40a3542664
hashcode: 479420e9a3065f79c34ba74c81e7bc78fba0d99fa070eebfa98b0eff53fd21c0

villa:
defaults: ${villa.pretrained}
Expand All @@ -563,4 +563,4 @@ villa:
resources:
- url: mmf://models/uniter/villa.pretrained.tar.gz
file_name: villa.pretrained.tar.gz
hashcode: 7a8f31421ef644fddc99bd142a0090660573dd526a779d025253c3fd996754fc
hashcode: 11eb0e4f5c133dba48b1f32cb4483ea7839870b7c84e7a18df17d85c2901ecbb
1 change: 1 addition & 0 deletions projects/uniter/configs/masked_coco/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ scheduler:
training:
batch_size: 480
lr_scheduler: true
find_unused_parameters: true
# Don't forget to update schedule_attributes if you update this
max_updates: 60000
1 change: 1 addition & 0 deletions projects/uniter/configs/vqa2/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ evaluation:
training:
batch_size: 5120
lr_scheduler: true
find_unused_parameters: true
# Don't forget to update schedule_attributes if you update this
max_updates: 5000
early_stop:
Expand Down