mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
Disable gradient clipping for E2E test.
This commit is contained in:
parent
d89e5d91a6
commit
95707d22a5
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ def main():
|
|||
"--use_nccl",
|
||||
"--convergence_test_output_file", convergence_test_output_path,
|
||||
"--seed", "42",
|
||||
"--enable_grad_norm_clip=false",
|
||||
]).check_returncode()
|
||||
|
||||
# verify output
|
||||
|
|
|
|||
Loading…
Reference in a new issue