Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix sanity check tests (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 2, 2021
1 parent 4b13924 commit 15ac4dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test_fixtures/coref/coref_albert_small.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ local span_pair_embedding_dim = 3 * span_embedding_dim + feature_size;
[[".*transformer.*"], {"lr": 1e-5}]
]
},
"enable_default_callbacks": false
"run_sanity_checks": false
}
}
2 changes: 1 addition & 1 deletion test_fixtures/generation/bart/experiment.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ local data_base_url = "test_fixtures/generation/bart/data/";
"type": "polynomial_decay",
},
"grad_norm": 1.0,
"enable_default_callbacks": false
"run_sanity_checks": false
}
}
2 changes: 1 addition & 1 deletion test_fixtures/lm/next_token_lm/experiment_transformer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"type": "sgd",
"lr": 0.01
},
"enable_default_callbacks": false
"run_sanity_checks": false
}
}

0 comments on commit 15ac4dc

Please sign in to comment.