awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesModel Migrators

Tools for updating and converting model definitions between different framework versions or architectures.

Distinct from Compatibility Migrators: Focuses on the migration of model files between frameworks, distinct from the training framework itself.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Model Migrators. Refine with filters or upvote what's useful.

Awesome Model Migrators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • paddlepaddle/paddlePaddlePaddle 的头像

    PaddlePaddle/Paddle

    23,632在 GitHub 上查看↗

    Paddle is a deep learning framework designed for building, training, and deploying neural networks. It provides a platform for constructing models using tensor-based computations and supports both dynamic and static execution graphs to facilitate research and production workflows. The platform functions as a distributed machine learning system, enabling the scaling of training workloads across multiple nodes and hardware clusters. It includes a comprehensive toolkit for model deployment and optimization, allowing users to convert external model formats, compress trained models for resource-co

    Updates existing model definitions and parameter files to ensure compatibility with current architecture standards.

    C++deep-learningdistributed-trainingefficiency
    在 GitHub 上查看↗23,632
  • unifyai/ivyunifyai 的头像

    unifyai/ivy

    14,175在 GitHub 上查看↗

    Ivy is a machine learning framework transpiler and model converter designed to ensure deep learning portability. It serves as a tool for migrating source code and models between different deep learning frameworks while maintaining original functionality. The system enables cross-framework model portability by translating model weights, architectures, and source code. It uses abstract syntax tree based transpilation and computational graph tracing to capture execution flows and rewrite high-level logic into target framework code. The project covers model interoperability through weight-layout

    Provides tools for migrating model weights and definitions between different deep learning frameworks.

    Pythonjaxnumpypython
    在 GitHub 上查看↗14,175
  • microsoft/mmdnnMicrosoft 的头像

    Microsoft/MMdnn

    5,804在 GitHub 上查看↗

    MMdnn 是一个深度学习模型转换与迁移工具,旨在实现 TensorFlow、PyTorch 和 Keras 等不同框架之间的神经网络架构与权重转换。它利用标准化的中间表示(IR)将网络结构和权重与特定框架的实现解耦,从而支持在不同环境中转换预训练模型。 该项目的特色在于能从中间表示生成原生的 Python 重构代码,允许在目标环境中重建和微调模型。它还包含用于移动端模型部署的专用工具,可将深度学习模型转换为 CoreML 和 TensorFlow Lite 等移动兼容格式。 该系统提供了一套更广泛的功能,包括用于检查图结构和元数据的神经网络架构可视化,以及用于验证转换后模型是否保持原始行为和精度的模型推理执行。其他实用程序还可处理从远程仓库获取预训练权重以及组装可部署的模型检查点。

    Migrates pre-trained neural network architectures and weights between different frameworks like TensorFlow, PyTorch, and Keras.

    Python
    在 GitHub 上查看↗5,804
  • paddlepaddle/visualdlPaddlePaddle 的头像

    PaddlePaddle/VisualDL

    4,882在 GitHub 上查看↗

    VisualDL 是一个深度学习可视化工具包和实验跟踪仪表板。它提供了一个基于 Web 的界面,用于监控训练指标、分析高维数据,并通过静态和动态图表渲染模型架构。 该工具包作为性能分析器,用于识别执行瓶颈并优化资源使用。它还作为一个数据分析器,使用投影算法来识别复杂数据集中点之间的关系。 功能包括通过标量和直方图跟踪训练指标、通过多目录日志聚合比较多个实验,以及使用精确率-召回率 (PR) 和 ROC 曲线评估分类性能。该系统还支持多媒体输出的可视化,包括图像、文本和音频。 用户可以启动可视化服务器,通过 Web 浏览器浏览日志并探索模型图。

    Provides tools for updating and converting model definitions between different framework versions or architectures.

    HTMLcaffedeep-learningonnx
    在 GitHub 上查看↗4,882
  1. Home
  2. Artificial Intelligence & ML
  3. Model Training Frameworks
  4. Model Migrators