摘要:
当使用:git clone https://www.github.com/*** 时,出现网络问题时,可以使用如下方式快速clone git clone https://www.gitclone.com/www.github.com/*** 阅读全文
摘要:
git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 原因1:缓存区溢出 解决方法:命令行输入 git config http.postBuffer 524288000 执行上面命 阅读全文
摘要:
git使用指导中文版:https://git-scm.com/book/zh/v2 docker使用指导:https://docker_practice.gitee.io/ 阅读全文
摘要:
本文主要是针对人脸识别中的各种loss进行总结。 背景 对于分类问题,我们常用的loss function是softmax,表示为: ,当然有softmax肯定也有hardmax: ,softmax和hardmax相比,优势是更容易收敛,更容易达到one-hot。softmax鼓励特征分开,但是并不 阅读全文
摘要:
阅读全文
摘要:
快捷键配置 File->Setting->Keymap->Keymaps 选择Visual Studio风格 代码提示的匹配模式 File->Setting->Editor->Code Completion Case sensitive completion选择First letter 智能提示 写 阅读全文