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
Description: The GDSDataset currently inherits from PersistentDataset, which in turn inherits from Torch Dataset. We would like to extend the GDS capability to include IterableDataset as well to expedite the loading of data.
Proposed Changes:
Create a new class of GDSDataset to inherit from IterableDataset.
Ensure compatibility with existing functionalities of GDSDataset.
Benefits:
Faster data loading.
Improved performance for large datasets.
Additional Context: This change aims to enhance the efficiency of data handling within the GDS framework by leveraging the iterable capabilities of IterableDataset.
The text was updated successfully, but these errors were encountered:
Description: The GDSDataset currently inherits from PersistentDataset, which in turn inherits from Torch Dataset. We would like to extend the GDS capability to include IterableDataset as well to expedite the loading of data.
Proposed Changes:
Benefits:
Additional Context: This change aims to enhance the efficiency of data handling within the GDS framework by leveraging the iterable capabilities of IterableDataset.
The text was updated successfully, but these errors were encountered: