Anaconda在Ubuntu下的安装与简单使用:
https://blog.csdn.net/m0_37605642/article/details/93660130
Ubuntu配置Pycharm详细步骤:
https://blog.csdn.net/weixin_44003563/article/details/90314232
博主注:sh文件类似于exe文件,但不能直接运行,必须cd到pycharm.sh所在的文件夹,再用sh命令来打开.
Ubuntu安装显卡驱动:
https://blog.csdn.net/xunan003/article/details/81665835
CUDA和cudnn的安装方法(16.04LTS和18.04LTS通用):
https://blog.csdn.net/qq_41931821/article/details/89239388
博主注:成功安装对应版本的显卡驱动+CUDA+cudnn后,就可以用anaconda创建虚拟空间来安装tensorflow-gpu和pytorch了.个人测试tensorflow-gpu和pytorch好像不能兼容,所以就多开辟一个虚拟空间吧,pycharm做什么项目用什么环境就好.
软件安装与apt-get下载软件的存放位置:
https://blog.csdn.net/wdr2003/article/details/80840857