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
在跑gradio.ipynb时遇到这个问题
ImportError: cannot import name 'load_sequential_sampler' from 'numpy_io.pytorch_loader.dataloaders' (/home/arthur/miniconda3/lib/python3.10/site-packages/numpy_io/pytorch_loader/dataloaders.py)
在跑gradio.ipynb时遇到这个问题
ImportError: cannot import name 'load_sequential_sampler' from 'numpy_io.pytorch_loader.dataloaders' (/home/arthur/miniconda3/lib/python3.10/site-packages/numpy_io/pytorch_loader/dataloaders.py)
看起来是deep_learning跟numpy_io库不匹配,numpy_io里没有load_sequential_sampler这个函数。但这两个库我都是用pip安装的最新版。它俩的版本要求是怎样的?
The text was updated successfully, but these errors were encountered: