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 see there are several method called MSDataLoader and _MSDataLoaderIter you defined in "dataloader.py", which _MSDataLoaderIter is inherited from _DataLoaderIter in pytorch v1.1.0. However, as we know there is no "_DataLoaderIter " after pytorch v1.2.0, I tried to change it to derived from "_MultiProcessingDataLoaderIter" but failed.
I tried to install pytorch 1.1.0 but it's too old to be installed and not compatible with other libs.
Could you give me a clue how to change the code to adapt newer version of pytorch? Thanks
The text was updated successfully, but these errors were encountered:
lyclyc171
changed the title
How to implement dataloader with latest version of pytorch (> pytorch v1.10.0)?
How to implement dataloader with new version of pytorch (> pytorch v1.10.0)?
Nov 13, 2023
I see there are several method called MSDataLoader and _MSDataLoaderIter you defined in "dataloader.py", which _MSDataLoaderIter is inherited from _DataLoaderIter in pytorch v1.1.0. However, as we know there is no "_DataLoaderIter " after pytorch v1.2.0, I tried to change it to derived from "_MultiProcessingDataLoaderIter" but failed.
I tried to install pytorch 1.1.0 but it's too old to be installed and not compatible with other libs.
Could you give me a clue how to change the code to adapt newer version of pytorch? Thanks
The text was updated successfully, but these errors were encountered: