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 83ff9d7 commit 9b3efa9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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": "2",
"save-freq": "26",
"valid-freq": "51",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-teacher": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"disp-freq": "2",
"save-freq": "26",
"valid-freq": "51",
"after": "50u",
"dim-vocabs": "1000 1000",
"task": "transformer-base",
},
"training-student": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"disp-freq": "2",
"save-freq": "26",
"valid-freq": "51",
"after": "50u",
"dim-vocabs": "1000 1000",
},
"training-student-finetuned": {
"disp-freq": "1",
"save-freq": "25",
"valid-freq": "50",
"disp-freq": "2",
"save-freq": "26",
"valid-freq": "51",
"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
2 changes: 1 addition & 1 deletion tracking/translations_parser/wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_wandb_names():
experiment = {
"src": "ru",
"trg": "en",
"name": "ci",
"name": "ci-evals-pr519",
}
else:
experiment = config["experiment"]
Expand Down

0 comments on commit 9b3efa9

Please sign in to comment.