-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Config class(decorated by dataclass) can not receive kwargs from the config dict. #30
Comments
That is strange. Could you copy here the content of your config file? Should be in |
compute_environment: LOCAL_MACHINE |
Could reproduce, and the fix has been merged in #31 . |
Thanks for your effort. It is Ok now. By the way, I have a question that "When a new epoch starts, can the accelerate automatically shuffle the dataset on each device like the old way |
If you defined your dataloader with |
Closing the issue since you confirmed it resolved the problem. |
First thanks for your excellent work. But it seems that i have come across a very strange problem. After I finished "accelerate config", I launched my script using "accelerate launch my_script.py", and I got the error as follows:
I assume that this is because the BaseConfig class(decorated by dataclass) can not receive kwargs from the config dict. Could anyone help me to find why?
The text was updated successfully, but these errors were encountered: