Open yaraksen opened 1 month ago
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
System Info
Reproduction
Since the latest versions split_batches is taken from DataLoaderConfiguration, but still can be passed as an argument to Accelerator constructor, which leads to unexpected behavior. You can pass Accelerator(split_batches=True), but it will still be False
Expected behavior
There should not be 2 different places where argument can be passed or an exception should be raised