Stuck at launch of code for creation of model

#129
by Hugger20017 - opened

Hi all,

I'm stuck when trying to run the code to create the model. it renders the below:

2023-05-11 10:07:31.040186: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
/usr/local/lib/python3.10/dist-packages/accelerate/accelerator.py:258: FutureWarning: logging_dir is deprecated and will be removed in version 0.18.0 of ๐Ÿค— Accelerate. Use project_dir instead.
warnings.warn(
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /content/train_dreambooth.py:869 in โ”‚
โ”‚ โ”‚
โ”‚ 866 โ”‚
โ”‚ 867 if name == "main": โ”‚
โ”‚ 868 โ”‚ args = parse_args() โ”‚
โ”‚ โฑ 869 โ”‚ main(args) โ”‚
โ”‚ 870 โ”‚
โ”‚ โ”‚
โ”‚ /content/train_dreambooth.py:460 in main โ”‚
โ”‚ โ”‚
โ”‚ 457 โ”‚ โ”‚ โ”‚ } โ”‚
โ”‚ 458 โ”‚ โ”‚ ] โ”‚
โ”‚ 459 โ”‚ else: โ”‚
โ”‚ โฑ 460 โ”‚ โ”‚ with open(args.concepts_list, "r") as f: โ”‚
โ”‚ 461 โ”‚ โ”‚ โ”‚ args.concepts_list = json.load(f) โ”‚
โ”‚ 462 โ”‚ โ”‚
โ”‚ 463 โ”‚ if args.with_prior_preservation: โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
FileNotFoundError: [Errno 2] No such file or directory: 'concepts_list.json'

Can anyone help to fix this issue plz?
Thanks

Sign up or log in to comment