You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to execute a training process with composer run.py --config-path yamls/hydra-yamls --config-name SD-2-base-256.yaml, after changing the configuration to use a custom data loader. Im getting some generic error
AttributeError("'IterableDatasetDict' object has no attribute '_distributed'") from unspecified source. How can I get more details?
The text was updated successfully, but these errors were encountered:
Can you provide some more information on what your custom dataloader is? It looks like you are having some trouble running in a distributed setting with your dataloader. Torch dataloaders (and our streaming dataset) handle all the distributed magic for you -- I'm not super sure what you are running in this case
I'm trying to execute a training process with
composer run.py --config-path yamls/hydra-yamls --config-name SD-2-base-256.yaml
, after changing the configuration to use a custom data loader. Im getting some generic errorAttributeError("'IterableDatasetDict' object has no attribute '_distributed'") from unspecified source. How can I get more details?
The text was updated successfully, but these errors were encountered: