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
It seems a file was removed from the /dataloaders directory.
Looking at the diff with the original repository, one workaround is to add a __init__.py file under /dataloaders and implement make_data_loader yourself. Something like this would work:
File "test.py", line 9, in
from dataloaders import make_data_loader
ImportError: cannot import name 'make_data_loader'
The text was updated successfully, but these errors were encountered: