Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (diffusers) sxs@ShadowShinigami:~/github/diffusers/examples/dreambooth$ ./my_training.sh
- ./my_training.sh: line 5: $'\r': command not found
- The following values were not passed to `accelerate launch` and had defaults used instead:
- `--num_cpu_threads_per_process` was set to `12` to improve out-of-box performance
- To avoid this warning pass in values for each of the problematic parameters or run `accelerate config`.
- [2022-10-17 19:57:39,089] [WARNING] [runner.py:178:fetch_hostfile] Unable to find hostfile, will proceed with training with local resources only.
- Traceback (most recent call last):
- File "/home/sxs/anaconda3/envs/diffusers/bin/deepspeed", line 6, in <module>
- main()
- File "/home/sxs/anaconda3/envs/diffusers/lib/python3.10/site-packages/deepspeed/launcher/runner.py", line 382, in main
- raise RuntimeError("Unable to proceed, no GPU resources available")
- RuntimeError: Unable to proceed, no GPU resources available
- Traceback (most recent call last):
- File "/home/sxs/anaconda3/envs/diffusers/bin/accelerate", line 8, in <module>
- sys.exit(main())
- File "/home/sxs/anaconda3/envs/diffusers/lib/python3.10/site-packages/accelerate/commands/accelerate_cli.py", line 43, in main
- args.func(args)
- File "/home/sxs/anaconda3/envs/diffusers/lib/python3.10/site-packages/accelerate/commands/launch.py", line 827, in launch_command
- deepspeed_launcher(args)
- File "/home/sxs/anaconda3/envs/diffusers/lib/python3.10/site-packages/accelerate/commands/launch.py", line 540, in deepspeed_launcher
- raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
- subprocess.CalledProcessError: Command '['deepspeed', '--no_local_rank', '--num_gpus', '1', 'train_dreambooth.py', '\r']' returned non-zero exit status 1.
- : No such file or directory-pretrained_model_name_or_path=CompVis/stable-diffusion-v1-4
- ./my_training.sh: line 8: $'--instance_data_dir=training\r': command not found
- ./my_training.sh: line 9: $'--class_data_dir=classes\r': command not found
- ./my_training.sh: line 10: $'--output_dir=model\r': command not found
- ./my_training.sh: line 11: --with_prior_preservation: command not found
- ./my_training.sh: line 12: --instance_prompt=mjas: command not found
- ./my_training.sh: line 13: --class_prompt=artstyle: command not found
- ./my_training.sh: line 14: --resolution=512: command not found
- ./my_training.sh: line 15: --train_batch_size=1: command not found
- ./my_training.sh: line 16: --gradient_accumulation_steps=1: command not found
- ./my_training.sh: line 17: --learning_rate=5e-6: command not found
- ./my_training.sh: line 18: --lr_scheduler=constant: command not found
- ./my_training.sh: line 19: --lr_warmup_steps=0: command not found
- ./my_training.sh: line 20: --num_class_images=800: command not found
- ./my_training.sh: line 21: --max_train_steps=2000: command not found
- ./my_training.sh: line 22: $'--mixed_precision=fp16\r': command not found
- (diffusers) sxs@ShadowShinigami:~/github/diffusers/examples/dreambooth$
Advertisement
Add Comment
Please, Sign In to add comment