-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Description
Launching training with accelerate launch raise argument errors
Traceback (most recent call last):
File "/usr/local/bin/accelerate-launch", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/dist-packages/accelerate/commands/launch.py", line 690, in main
launch_command(args)
File "/usr/local/lib/python3.7/dist-packages/accelerate/commands/launch.py", line 684, in launch_command
simple_launcher(args)
File "/usr/local/lib/python3.7/dist-packages/accelerate/commands/launch.py", line 280, in simple_launcher
mixed_precision = PrecisionType(args.mixed_precision.lower())
AttributeError: 'NoneType' object has no attribute 'lower'
However, you can still start the training by calling the script with python
python train_unconditional.py ...
Metadata
Metadata
Assignees
Labels
No labels