DoctorGLM icon indicating copy to clipboard operation
DoctorGLM copied to clipboard

无法加载'load_sequential_sampler'

Open tangketan opened this issue 1 year ago • 0 comments

在跑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安装的最新版。它俩的版本要求是怎样的?

tangketan avatar May 26 '23 11:05 tangketan