Zach Mueller
Zach Mueller
Duplicate of https://github.com/huggingface/accelerate/issues/1414
cc @sgugger
cc @sgugger
@somepago any chance you could give some more information on your setup or script? I haven't been able to recreate this quite yet. Are we launching it from Jupyter or...
We've reached out to the W&B folks, we should have a solution soon!
@nabarunbaruaAIML thanks for the pointer! Will pass along to the W&B team. They should have a fix by the next release as they've identified the problem as well. The workaround...
The fix for this *should* be out now, let us know if you all are still seeing this issue
Please give us the output of `accelerate env` and how you are creating your DataLoaders and Dataset (rough code will work)
@bestpredicts please run `accelerate env` in your CLI and give us your output to help us further with debugging, so we can reproduce your entire setup including configuration.
How are you creating your `Accelerator` object and the `Dataset`? Is it an `IterableDataset`?