"src/vscode:/vscode.git/clone" did not exist on "e33b14d5f66c40356eff25056737d9ba5d8fe8ff"
Unverified Commit d441f8d2 authored by Alan deLevie's avatar Alan deLevie Committed by GitHub
Browse files

fix typo in training_args_tf.py (#5894)

parent 09a2f406
......@@ -69,7 +69,7 @@ class TFTrainingArguments(TrainingArguments):
If a value is passed, will limit the total amount of checkpoints. Deletes the older checkpoints in
:obj:`output_dir`.
no_cuda (:obj:`bool`, `optional`, defaults to :obj:`False`):
Wherher to not use CUDA even when it is available or not.
Whether to not use CUDA even when it is available or not.
seed (:obj:`int`, `optional`, defaults to 42):
Random seed for initialization.
fp16 (:obj:`bool`, `optional`, defaults to :obj:`False`):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment