"...git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "38833ceb6295d021b2da640cf693ebad45f3d65b"
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): ...@@ -69,7 +69,7 @@ class TFTrainingArguments(TrainingArguments):
If a value is passed, will limit the total amount of checkpoints. Deletes the older checkpoints in If a value is passed, will limit the total amount of checkpoints. Deletes the older checkpoints in
:obj:`output_dir`. :obj:`output_dir`.
no_cuda (:obj:`bool`, `optional`, defaults to :obj:`False`): 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): seed (:obj:`int`, `optional`, defaults to 42):
Random seed for initialization. Random seed for initialization.
fp16 (:obj:`bool`, `optional`, defaults to :obj:`False`): 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