
实习
张小猪的家
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
OSError: sndfile library not found
https://www.jianshu.com/p/cc1a10a79cfa转载 2021-12-22 20:38:34 · 1380 阅读 · 0 评论 -
pytorch apex安装
https://blog.youkuaiyun.com/weixin_38215769/article/details/106568368转载 2021-11-26 15:44:46 · 1192 阅读 · 0 评论 -
sublime
https://blog.youkuaiyun.com/csdn_chenli/article/details/68060943https://blog.youkuaiyun.com/qq_43722079/article/details/97777585转载 2021-11-23 15:10:50 · 134 阅读 · 0 评论 -
RuntimeError: CUDA error: device-side assert triggered
https://blog.youkuaiyun.com/Penta_Kill_5/article/details/118085718转载 2021-11-09 22:02:26 · 170 阅读 · 0 评论 -
pandas去重
https://blog.youkuaiyun.com/lzx159951/article/details/104352842转载 2021-10-28 17:57:36 · 150 阅读 · 0 评论 -
numpy 和pytorch的矩阵/张量拼接
https://www.jianshu.com/p/85d27161b981https://pytorch.org/docs/stable/generated/torch.cat.html?highlight=cat#torch.cat转载 2021-10-20 19:39:47 · 464 阅读 · 0 评论 -
screen 命令使用及示例
https://linux.cn/article-8215-1.html转载 2021-10-19 14:08:20 · 267 阅读 · 0 评论 -
XGBoostError: XGBoost Library (libxgboost.dylib) could not be loaded.
https://www.cnblogs.com/hankleo/p/13739899.html转载 2021-10-09 17:25:36 · 445 阅读 · 0 评论 -
git 使用
https://blog.youkuaiyun.com/qq_33316091/article/details/82414389https://www.bootcss.com/p/git-guide/转载 2021-09-19 16:43:04 · 111 阅读 · 0 评论 -
anaconda 如何创建虚拟环境
https://zhuanlan.zhihu.com/p/153498612转载 2021-09-18 13:27:17 · 225 阅读 · 0 评论 -
Linux 安装 Conda
文章目录下载安装包安装过程配置环境变量验证安装下载安装包首先进入anaconda官网下载界面https://www.anaconda.com/products/individual-d#Downloads然后找到对应的版本,一般选择第一个就行,右键复制下载链接进入服务器后输入 wget + 刚才复制的链接 就开始下载了,比如:wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh安装过程然后运行原创 2021-09-18 13:20:01 · 392 阅读 · 0 评论