Skip to content

Commit

Permalink
Remove default value for --config flag.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 345002675
  • Loading branch information
Marvin182 authored and Flax Authors committed Dec 1, 2020
1 parent 99c8f1e commit 0bed2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linen_examples/wmt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
FLAGS = flags.FLAGS

config_flags.DEFINE_config_file(
"config", "configs/default.py", "Training configuration.", lock_config=True)
"config", None, "Training configuration.", lock_config=True)
flags.DEFINE_string("workdir", None, "Work unit directory.")
flags.DEFINE_string("jax_backend_target", None,
"JAX backend target to use. Can be used with UPTC.")
Expand Down

0 comments on commit 0bed2f6

Please sign in to comment.