Guest User

Logs

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