personal repo for my C++ learning journey. Contribute to krouser/C-learning development by creating an account on GitHub.
Folders and files Latest commit Cannot retrieve latest commit at this time. History1 Commit c-learning-torch.zip About No description, website, or topics provided. Activity Stars 0 stars Watchers 1 watching Forks 0 forks Report repository Releases No releases published Packages No packa...
libevent:一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动,高性能,...
git clone git@github.com:cocodataset/cocoapi.git coco cd <CornerNet-Lite dir>/data/coco/PythonAPI make install 1. 2. 3. 4. 5. 如果url :git@github.com:cocodataset/cocoapi.git有问题,也可以从下述网址下载cocoAPI:https://github.com/cocodataset/cocoapi.git 注意下载到data文件夹后将cocoapi改...
· 开源代码:github.com/ldkong1205/P 一句话总结 首个用于评测点云识别模型鲁棒性的基线,包括ModelNet-C和ShapeNet-C两个子集;贴近真实世界的设计,涵盖物体(object)、传感器(sensor)和处理(processing)等阶段中的corruption情形;为基于监督学习、自监督预训练和数据增强等的点云识别算法提供了鲁棒性验证的平台。 背...
Deep Learning 中文版在Github 开源,你可以直接前往阅读、下载,建议「读者可以以中文版为主、英文版为辅来阅读学习」。当然也可以买这本英文版或者是中文版的书籍(亚马逊上有卖的) 更多细节请前往 Github,另外译者们依旧需要反馈意见,你可以在 Github 提交 issue,PDF 下载地址在这里,在线阅读在这里。
首先感谢:https://github.com/AberHu/Knowledge-Distillation-Zoo 笔者在这个基础上进行测试,测试了在CIFAR10数据集上的结果。 学生网络resnet20:92.29% 教师网络resnet110:94.31% 这里只展示几个感兴趣的算法结果带来的收益: logits(mimic learning via regressing logits): + 0.78 ...
llama2.c核心的应该是run.c也就是推理引擎方面,training相对简单,先从这里分析。 1. run train on cpu 让代码run起来是学习研究的快速路径,虽然llama2.c的推荐配置是4个A100 DDP运行几个小时,通过修改训练参数(降低到最低)让它能够run的起来,是我的第一步工作。(centos, gcc-9),开始需要切换到gcc 9 bash...
Hi, I saw that the issue was already mentioned in previous posts but those are quite old so I created this one. While building my...
Learning Vector Quantization(学习向量量化) Backpropagation Bootstrap Aggregation Random Forest(随机森林) Stacked Generalization CNN LSTM 简易C语言教程 Github:https://github.com/Gao-Jianxiong-SDUWH/C-machine-learning 知乎专栏:https://www.zhihu.com/column/c_1296572278004940800 ...