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 16, 2024
1 parent 868e497 commit cf387a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions taskcluster/translations_taskgraph/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,29 @@ def get_defaults(_):
"training-backward": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "53",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-teacher": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "53",
"after": "50u",
"dim-vocabs": "1000 1000",
"task": "transformer-base",
},
"training-student": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "53",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-student-finetuned": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "53",
"after": "50u",
"dim-vocabs": "1000 1000",
},
Expand Down Expand Up @@ -104,7 +104,7 @@ def get_defaults(_):
},
},
# Disable Weight & Biases publication on CI
"wandb-publication": False,
"wandb-publication": True,
},
}

Expand Down

0 comments on commit cf387a3

Please sign in to comment.