摘要:
生成一个想要的顺序 [1, 0] 然后去索引 阅读全文
摘要:
非原创 转自 https://www.cnblogs.com/IaCorse/p/11762548.html 阅读全文
摘要:
返回一个0到n-1的数组 阅读全文
摘要:
非原创 转自 https://blog.csdn.net/qq_33296651/article/details/95316784 在默认的环境(不是base),conda install nb_conda_kernels。然后分别激活不同的虚拟环境,安装ipykernel,我的是torch和tf。 阅读全文
摘要:
非原创 转自 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 #离线安装 阅读全文