摘要: 生成一个想要的顺序 [1, 0] 然后去索引 阅读全文
posted @ 2020-05-23 14:57 可爱小小畅 阅读(4043) 评论(0) 推荐(0) 编辑
摘要: 非原创 转自 https://www.cnblogs.com/IaCorse/p/11762548.html 阅读全文
posted @ 2020-05-23 14:41 可爱小小畅 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 返回一个0到n-1的数组 阅读全文
posted @ 2020-05-23 12:58 可爱小小畅 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 非原创 转自 https://blog.csdn.net/qq_33296651/article/details/95316784 在默认的环境(不是base),conda install nb_conda_kernels。然后分别激活不同的虚拟环境,安装ipykernel,我的是torch和tf。 阅读全文
posted @ 2020-05-23 12:47 可爱小小畅 阅读(880) 评论(0) 推荐(0) 编辑
摘要: 非原创 转自 https://blog.csdn.net/u012236579/article/details/92789273 Python下想安装tar.gz和tar.bz2格式的: 用conda install 的安装方式,不要用pip install.conda install --offline pytorch-0.1.12-py35_0.1.12cu80.tar.bz2 #离线安装 阅读全文
posted @ 2020-05-23 12:33 可爱小小畅 阅读(3258) 评论(0) 推荐(0) 编辑