Skip to content

Commit

Permalink
TRASHME test parameters to trigger train in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vrigal committed May 15, 2024
1 parent b91a604 commit 3e1ba35
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions taskcluster/translations_taskgraph/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@ def get_defaults(_):
},
"marian-args": {
"training-backward": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"disp-freq": "3",
"save-freq": "27",
"valid-freq": "52",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-teacher": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"disp-freq": "3",
"save-freq": "27",
"valid-freq": "52",
"after": "50u",
"dim-vocabs": "1000 1000",
"task": "transformer-base",
},
"training-student": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"disp-freq": "3",
"save-freq": "27",
"valid-freq": "52",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-student-finetuned": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"disp-freq": "3",
"save-freq": "27",
"valid-freq": "52",
"after": "50u",
"dim-vocabs": "1000 1000",
},
Expand Down Expand Up @@ -103,7 +103,7 @@ def get_defaults(_):
},
},
# Disable Weight & Biases publication on CI
"wandb-publication": False,
"wandb-publication": True,
},
}

Expand Down

0 comments on commit 3e1ba35

Please sign in to comment.