PaddleClas icon indicating copy to clipboard operation
PaddleClas copied to clipboard

使用ai studio 4卡v100训练失败

Open violetweir opened this issue 2 years ago • 2 comments

image 每次sh使用ai studio4卡v100都出现这种情况 image 然后使用python setup.py install 之后又报错

violetweir avatar Apr 15 '22 01:04 violetweir

看报错信息是aistudio的资源问题,后台提工单吧

weisy11 avatar Apr 25 '22 08:04 weisy11

这个问题我是这么解决的,运行pip install -r requirements.txt之前,

把requirements.txt里面的 scikit-learn==0.23.2 版本号去掉就好了: scikit-learn

这是我的requirements.txt内容(其中opencv-python我看环境里有也顺手注释了):

prettytable
ujson
# opencv-python==4.4.0.46
pillow
tqdm
PyYAML
visualdl >= 2.2.0
scipy
scikit-learn
# scikit-learn==0.23.2
gast==0.3.3
faiss-cpu==1.7.1.post2

hatimwen avatar Apr 27 '22 07:04 hatimwen