上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页
摘要: # Python Tox介绍和使用 tox.ini 是一个配置文件,用于配置和运行项目的测试环境。在 tox.ini 中,你可以指定项目所依赖的 Python 版本,以及需要安装的 Python 包。你还可以配置各种测试场景,例如运行单元测试、集成测试等等。在项目根目录下运行 tox 命令,tox 阅读全文
posted @ 2023-06-28 10:30 michaelchengjl 阅读(485) 评论(0) 推荐(0) 编辑
摘要: # 安装faiss-gpu失败的问题 安装faiss-gpu出现问题: 尝试使用: ``` conda install -c conda-forge faiss-gpu ``` 或者用对应的whl 包 https://github.com/kyamagu/faiss-wheels/releases/ 阅读全文
posted @ 2023-06-27 11:40 michaelchengjl 阅读(760) 评论(0) 推荐(0) 编辑
摘要: # Docker 登录英伟达 Nvidia NGC 下载容器镜像教程 https://blog.itdevwu.com/post/1821/ 阅读全文
posted @ 2023-06-16 19:07 michaelchengjl 阅读(398) 评论(0) 推荐(0) 编辑
摘要: # cpu ,进程,线程 https://www.cnblogs.com/shijiaqi1066/p/3836017.html https://zhuanlan.zhihu.com/p/79772089 https://blog.csdn.net/qq_40317897/article/detai 阅读全文
posted @ 2023-06-02 11:00 michaelchengjl 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # docker 容器中 os.cpu_count() , multiprocessing.cpu_count() 都为物理机cpu 数 不论起容器的时候 是否加 --cpus 1 --cpuset-cpus 0 docker 容器中 os.cpu_count() , multiprocessing 阅读全文
posted @ 2023-06-01 20:21 michaelchengjl 阅读(156) 评论(0) 推荐(0) 编辑
摘要: # git 版本分支管理 https://www.jianshu.com/p/c35b939c5270 https://cloud.tencent.com/developer/article/1592957 https://blog.csdn.net/ShuSheng0007/article/det 阅读全文
posted @ 2023-05-30 20:24 michaelchengjl 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # git 基础 ![image](https://img2023.cnblogs.com/blog/1721561/202305/1721561-20230530201431197-1668378113.png) 下面是我整理的常用 Git 命令清单。几个专用名词的译名如下。 Workspace: 阅读全文
posted @ 2023-05-30 20:15 michaelchengjl 阅读(3) 评论(0) 推荐(0) 编辑
摘要: # Python 如何给屏幕打印信息加上颜色 https://github.com/Textualize/rich https://wxnacy.com/2019/04/24/python-print-color/ https://www.cnblogs.com/benjamin77/p/10853 阅读全文
posted @ 2023-05-30 19:31 michaelchengjl 阅读(74) 评论(0) 推荐(0) 编辑
摘要: Ubuntu Linux终端颜色个性化设置技巧 https://www.linuxprobe.com/ubuntu-linux-terminal.html https://github.com/wez/wezterm 阅读全文
posted @ 2023-05-30 19:22 michaelchengjl 阅读(76) 评论(0) 推荐(0) 编辑
摘要: # python 中的 multiprocessing https://docs.python.org/zh-cn/3/library/multiprocessing.html https://blog.csdn.net/brucewong0516/article/details/85776194 阅读全文
posted @ 2023-05-30 10:26 michaelchengjl 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页