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 running on a single GPU, and I'm getting this error. I think its related to distributed data parallel? How can I fix it?
I just want to explore the dataloader/dataset on my jupyter notebook first, thus I don't require distributed mechanism.
I've installed the library from source.
Error logs:
Traceback (most recent call last):
File "/home/rohit.bharadwaj/Projects/Diffusion/Research/LCM/our-project-code/experiments/test.py", line 16, in <module>
dset = get_video_dataset(
^^^^^^^^^^^^^^^^^^
File "/home/rohit.bharadwaj/packages/vid2dataset/video2dataset/dataloader/dataloader.py", line 155, in get_video_dataset
dset = dataset_cls(urls, shardshuffle=shuffle, handler=handler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rohit.bharadwaj/packages/vid2dataset/video2dataset/dataloader/custom_wds.py", line 505, in __init__
global_rank = dist.get_rank()
^^^^^^^^^^^^^^^
File "/home/rohit.bharadwaj/.conda/envs/LCM/lib/python3.11/site-packages/torch/distributed/distributed_c10d.py", line 1532, in get_rank
default_pg = _get_default_group()
^^^^^^^^^^^^^^^^^^^^
File "/home/rohit.bharadwaj/.conda/envs/LCM/lib/python3.11/site-packages/torch/distributed/distributed_c10d.py", line 977, in _get_default_group
raise ValueError(
ValueError: Default process group has not been initialized, please make sure to call init_process_group.
The text was updated successfully, but these errors were encountered:
Hello,
I wanted to run the example dataloader script shown here: https://github.com/iejMac/video2dataset/blob/main/examples/dataloader_example.py
I'm running on a single GPU, and I'm getting this error. I think its related to distributed data parallel? How can I fix it?
I just want to explore the dataloader/dataset on my jupyter notebook first, thus I don't require distributed mechanism.
I've installed the library from source.
Error logs:
The text was updated successfully, but these errors were encountered: