examples/image/diffusion 怎么设置data的file_path? #5019
Unanswered
bobooscar
asked this question in
Community | Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1、访问:https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/diffusion,并安装依赖包
2、下载 laion 1B dataset:
3、修改configs/train_colossalai.yaml
file_path: "data/datasets--laion--laion1B-nolang-safety/"
4、运行train
提示如下:
5、尝试修改第3步当中的file_path,加上refs/blobs,提示not a directory,加上snapshots,提示和第4步结果相同。
请问是什么原因?应该怎么配置?
Beta Was this translation helpful? Give feedback.
All reactions