https://megengine.org.cn/ 天元(MegEngine)是旷视自主研发的开源深度学习框架,于2020年3月正式开源,天元能够帮助开发者高效的完成深度学习算法的设计、训练、部署,有效提升AI研发工作效率。天元是在旷视长期进行大规模AI业务落地过程中诞生的,这种业务形态对深度学习框架有很多挑战,在不断解决这些挑战的过程中,天元形成了训练推理一体化、动态图静态图合一、兼容并包、灵活高效等特性。
原始仓库地址:https://github.com/megengine/megengine.git
浏览量:1173
下载量:5
项目类别:
深度学习
about 1 year前更新
采用MegEngine实现的各种主流深度学习模型
原始仓库地址:https://github.com/megengine/models.git
https://megengine.org.cn/model-hub 基于旷视研究院领先的深度学习算法,提供满足多业务场景的预训练模型
原始仓库地址:https://github.com/megengine/hub.git
MegRay is a cross-platform communication library providing point-to-point and collective communication methods, such as send, recv, all_gather, all_reduce, reduce_scatter, reduce and broadcast. In the area of deep learning, these methods can be utilized for implementing distributed training framework, including data parallel and model parallel. Currently there are two backends, nccl and ucx, and only cuda platform is supported. In the future, algorithms on more platforms will be added.
原始仓库地址:https://github.com/megengine/megray.git