注意:python3.6和Pytorch v1是安装 fastai v1的最低要求:https://github.com/fastai/fastai/blob/master/README.md#installation
升级python 3.5 至 3.6需要重装python,pip,numpy,需要安装 python3.6-dev。否则安装bottleneck时会报错
1,安装好显卡驱动、CUDA:https://blog.csdn.net/qxqxqzzz/article/details/102794226
2,升级python 3.5 至 3.6 (相当麻烦)
注意环境变量PYTHONPATH的配置!
# 卸载之前的安装
$ sudo pip3 uninstall Bottleneck
$ sudo pip3 uninstall fastai
# 升级pytho