Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fine-tuning: NotImplementedError #100

Open
fenglincong opened this issue Oct 17, 2024 · 1 comment
Open

fine-tuning: NotImplementedError #100

fenglincong opened this issue Oct 17, 2024 · 1 comment

Comments

@fenglincong
Copy link

pip install image-reward

pip install diffusers==0.16.0 accelerate==0.16.0 datasets==2.11.0

from ImageReward import ReFL
args = ReFL.parse_args()
trainer = ReFL.Trainer("CompVis/stable-diffusion-v1-4", "data/refl_data.json", args=args)
trainer.train(args=args)

when fine-tuning the model, I encountered a bug:
NotImplementedError: Loading a dataset cached in a LocalFileSystem is not supported.

@xujz18
Copy link
Member

xujz18 commented Oct 18, 2024

Thanks for your attention! This may because the version of datasets, you may refer to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants