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 17, 2024
1 parent 82969d0 commit d630a0e
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 @@ -40,29 +40,29 @@ def get_defaults(_):
"training-backward": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "55",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-teacher": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "55",
"after": "50u",
"dim-vocabs": "1000 1000",
"task": "transformer-base",
},
"training-student": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "55",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-student-finetuned": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"valid-freq": "55",
"after": "50u",
"dim-vocabs": "1000 1000",
},
Expand Down Expand Up @@ -105,7 +105,7 @@ def get_defaults(_):
},
},
# Disable Weight & Biases publication on CI
"wandb-publication": False,
"wandb-publication": True,
},
}

Expand Down

0 comments on commit d630a0e

Please sign in to comment.