阿里云 http://mirrors.aliyun.com/pypi/simple/
豆瓣http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学http://pypi.hustunique.com/
如安装gensim包
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple gensim
tensorflow 1.2 和 keras 2.1.1 ,
tensorflow 1.3 和 keras 2.1.2 ,
tensorflow 1.4 和 keras 2.1.3 ,
tensorflow 1.5 和 keras 2.1.4 ,
tensorflow 1.8 和 keras 2.1.5 , 或者2.1.6
tensorflow 1.9 和 keras 2.2.0 ,
tensorflow 2.0 和 keras 2.2.4,
jupyter notebook 一直处于connecting
pip install tornado==5.1.1
生成requirements.txt
!pipreqs . --encoding=utf8 --force
在使用pytorch利用GPU时:
pytorch no kernel imag is available for execution on the device
可以使用:
#https://github.com/pytorch/pytorch/issues/49161
pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
cudda和tensorflow对应版本
https://blog.youkuaiyun.com/fuzizhu1/article/details/106684830