02 2019 档案

摘要:$conda activate $conda deactivate 阅读全文
posted @ 2019-02-24 12:10 喝姜水涂风油精 阅读(198) 评论(0) 推荐(0) 编辑
摘要:综合上述两个帖子: https://www.cnblogs.com/huadongw/p/6161145.html https://blog.csdn.net/u011587516/article/details/78995186 先把之前安装的xgboost都卸载干净: pip uninstall 阅读全文
posted @ 2019-02-24 11:57 喝姜水涂风油精 阅读(1351) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/Super_jm_/article/details/81947563 使用pip安装文件时候提示 ImportError: No module named setuptools 用一句命令就可以解决 sudo apt-get install python- 阅读全文
posted @ 2019-02-24 00:06 喝姜水涂风油精 阅读(189) 评论(0) 推荐(0) 编辑
摘要:转自https://blog.csdn.net/qq_37935670/article/details/80377196 2.显卡驱动配置 网上有些攻略非常非常复杂,又要禁用nouveau驱动,又要进入控制台,又要加载源什么什么的。发现高了半天,网卡驱动还是没装上去,系统重装了好几遍。 其实很简单, 阅读全文
posted @ 2019-02-23 21:14 喝姜水涂风油精 阅读(622) 评论(0) 推荐(0) 编辑
摘要:import torch torch中的squeeze与unsqueeze作用是去除/添加维度为1的行 例如,a=torch.randn(2,3) 那么b=a.unsqueeze(0),b为(1,2,3)的矩阵 类似的,b=a.unsqueeze(1),b为(2,1,3)的矩阵 b=a.unsque 阅读全文
posted @ 2019-02-14 16:42 喝姜水涂风油精 阅读(594) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示