ColossalAI
ColossalAI copied to clipboard
A question of dataset[BUG]:
π Describe the bug
Thank you for your interesting work
I get some errors when I run the codeStable Diffusion with Colossal-AI
python main.py --logdir /tmp -t --postfix test -b config/train_colossalai.yaml
the error are as follow
is it because the error of dataloader? My data are as follows, how can I process the data?
Environment
No response
You should wrap the data directory ([x]
) with another directory.
mkdir -p a
mv [x] a
And set file_path to a/
(The /
is required!)
@CCRcmcpe
thank you for your reply
but I just do like this, in the train_colossalai.yaml, I set
and all of the txt, jpg, json are in the directory ss
is there something wrong?
@kangxi1818
In file_path, remove the ss/
part.
We have updated a lot. This issue was closed due to inactivity. Thanks.