05 2023 档案

摘要:# 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 阅读(6) 评论(0) 推荐(0) 编辑
摘要:# git 基础 ![image](https://img2023.cnblogs.com/blog/1721561/202305/1721561-20230530201431197-1668378113.png) 下面是我整理的常用 Git 命令清单。几个专用名词的译名如下。 Workspace: 阅读全文
posted @ 2023-05-30 20:15 michaelchengjl 阅读(4) 评论(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 阅读(88) 评论(0) 推荐(0) 编辑
摘要:Ubuntu Linux终端颜色个性化设置技巧 https://www.linuxprobe.com/ubuntu-linux-terminal.html https://github.com/wez/wezterm 阅读全文
posted @ 2023-05-30 19:22 michaelchengjl 阅读(85) 评论(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) 编辑
摘要:# python:yaml模块 https://www.jianshu.com/p/eaa1bf01b3a6 https://www.runoob.com/w3cnote/yaml-intro.html 阅读全文
posted @ 2023-05-29 11:36 michaelchengjl 阅读(3) 评论(0) 推荐(0) 编辑
摘要:# Shell中特殊字符的用法总结 https://www.jb51.net/article/120595.htm 阅读全文
posted @ 2023-05-29 11:32 michaelchengjl 阅读(11) 评论(0) 推荐(0) 编辑
摘要:# yaml文件中&、<<、 * 含义 ``` development: &default adapter: postgresql database: dev_development test: &test <<: *default database: test_test cucumber: <<: 阅读全文
posted @ 2023-05-29 11:30 michaelchengjl 阅读(929) 评论(0) 推荐(0) 编辑
摘要:linux 命令大全 虽然linux下不会有windows下的那么多垃圾和磁盘碎片!但还是会留下一些用不着的临时文件或是多次升级后的N个旧的内核! 1,非常有用的清理命令: sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremo 阅读全文
posted @ 2023-05-23 15:11 michaelchengjl 阅读(16) 评论(0) 推荐(0) 编辑
摘要:基于 LLVM 自制编译器 https://csstormq.github.io/#jumpLLVM编译器 https://www.cnblogs.com/Five100Miles/category/1438128.html https://chuquan.me/categories/LLVM/ h 阅读全文
posted @ 2023-05-23 10:36 michaelchengjl 阅读(17) 评论(0) 推荐(0) 编辑
摘要:# git hook 及颜色配置 https://www.atlassian.com/zh/git/tutorials/git-hooks https://www.freecodecamp.org/chinese/news/git-hooks-script/ https://git-scm.com/ 阅读全文
posted @ 2023-05-22 16:52 michaelchengjl 阅读(25) 评论(0) 推荐(0) 编辑
摘要:ONNX结构 https://mmdeploy.readthedocs.io/zh-cn/latest/tutorial/05_onnx_model_editing.html https://blog.csdn.net/u013597931/article/details/84401047 http 阅读全文
posted @ 2023-05-19 09:56 michaelchengjl 阅读(46) 评论(0) 推荐(0) 编辑
摘要:pytorch中nn.Embedding原理及使用 https://www.jianshu.com/p/63e7acc5e890 https://blog.csdn.net/qq_39540454/article/details/115215056 https://blog.csdn.net/qq_ 阅读全文
posted @ 2023-05-19 09:54 michaelchengjl 阅读(38) 评论(0) 推荐(0) 编辑
摘要:AI领域开源框架 https://www.cnblogs.com/marsggbo/p/13853007.html 阅读全文
posted @ 2023-05-18 20:12 michaelchengjl 阅读(16) 评论(0) 推荐(0) 编辑
摘要:NLP 中 Embedding(词嵌入) 和 Tokenizer(分词器) 分别是什么? Embedding(词嵌入)和Tokenizer(分词器)是在自然语言处理中常用的两种技术,用于将文本转换为计算机可以处理的数字表示。 Tokenizer(分词器) 是将文本转换为单词或子词序列的过程。在自然语 阅读全文
posted @ 2023-05-06 11:02 michaelchengjl 阅读(3676) 评论(0) 推荐(0) 编辑
摘要:RuntimeError: CUDA error: out of memory. CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be i 阅读全文
posted @ 2023-05-05 19:58 michaelchengjl 阅读(1304) 评论(0) 推荐(0) 编辑