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