上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 90 下一页
摘要: 当使用:git clone https://www.github.com/*** 时,出现网络问题时,可以使用如下方式快速clone git clone https://www.gitclone.com/www.github.com/*** 阅读全文
posted @ 2022-06-12 18:37 海_纳百川 阅读(126) 评论(0) 推荐(0) 编辑
摘要: git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 原因1:缓存区溢出 解决方法:命令行输入 git config http.postBuffer 524288000 执行上面命 阅读全文
posted @ 2022-06-12 18:28 海_纳百川 阅读(65) 评论(0) 推荐(0) 编辑
摘要: git使用指导中文版:https://git-scm.com/book/zh/v2 docker使用指导:https://docker_practice.gitee.io/ 阅读全文
posted @ 2022-06-12 18:25 海_纳百川 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 本文主要是针对人脸识别中的各种loss进行总结。 背景 对于分类问题,我们常用的loss function是softmax,表示为: ,当然有softmax肯定也有hardmax: ,softmax和hardmax相比,优势是更容易收敛,更容易达到one-hot。softmax鼓励特征分开,但是并不 阅读全文
posted @ 2022-06-12 12:41 海_纳百川 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-12 12:28 海_纳百川 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 快捷键配置 File->Setting->Keymap->Keymaps 选择Visual Studio风格 代码提示的匹配模式 File->Setting->Editor->Code Completion Case sensitive completion选择First letter 智能提示 写 阅读全文
posted @ 2022-06-12 10:25 海_纳百川 阅读(321) 评论(0) 推荐(0) 编辑
摘要: pypi官方地址:https://pypi.org/ 清华anoconda镜像源:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ opencv动态库api手册:https://docs.opencv.org/4.2.0/index.htm 阅读全文
posted @ 2022-06-11 11:18 海_纳百川 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 注意:很多优秀的git项目是结合实际问题的,比如在天池比赛中的论坛版块有很多优秀的项目解读 我的github主页:https://github.com/chentiao 深度学习论文解读+逐行代码注释: https://github.com/labmlai/annotated_deep_learni 阅读全文
posted @ 2022-06-11 11:02 海_纳百川 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 百度脑图:https://naotu.baidu.com/home 盘搜搜:https://www.pansoso.com/ 变量命名网站:https://unbug.github.io/codelf/ 各种网站导航:http://1nami.com/ 手写公式转math:http://webdem 阅读全文
posted @ 2022-06-10 23:15 海_纳百川 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 我想按照正态分布使用python从列表中选择一个元素。我有一个清单,例如 alist = ['an', 'am', 'apple', 'cool', 'why'] 例如,根据正态分布的概率密度函数(PDF),给定列表中的第3个元素应该被选择为最大概率。 from random import norm 阅读全文
posted @ 2022-06-10 16:20 海_纳百川 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 90 下一页
本站总访问量