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

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

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

3 个仓库

Awesome GitHub RepositoriesVisualization Integrations

Bridges that connect PyTorch training metrics to visualization event files.

Distinct from PyTorch Training Frameworks: Focuses on the bridge between the training framework and the visualization tool, not the training process itself.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Visualization Integrations. Refine with filters or upvote what's useful.

Awesome Visualization Integrations GitHub Repositories

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

    lanpa/tensorboard-pytorch

    7,983在 GitHub 上查看↗

    This project is a machine learning experiment tracker and event file generator that enables the recording of scalars, images, and histograms to monitor model performance. It functions as an integration bridge that allows training metrics from PyTorch to be logged into files compatible with the TensorBoard dashboard. The system includes a remote log synchronizer designed to stream experiment data to cloud services. This allows for the remote management and analysis of training results and the comparison of datasets across different training runs. The utility covers a broad range of monitoring

    Bridges training metrics from PyTorch to TensorBoard event files for visualization and experiment tracking.

    Python
    在 GitHub 上查看↗7,983
  • allegroai/clearmlallegroai 的头像

    allegroai/clearml

    6,733在 GitHub 上查看↗

    ClearML is a comprehensive MLOps platform designed to manage the entire machine learning lifecycle. It functions as an experiment tracking tool, a data versioning system, and a pipeline orchestrator, while providing infrastructure for GPU cluster management and model serving. The platform is distinguished by its ability to handle hybrid-cloud compute scheduling and fractional GPU allocation, allowing multiple workloads to share a single hardware accelerator. It employs a metadata-based approach to data versioning, using virtual views to track large datasets and artifacts without duplicating r

    Intercepts and logs metrics from standard plotting and visualization tools automatically without requiring manual code changes.

    Python
    在 GitHub 上查看↗6,733
  • pytorch/servepytorch 的头像

    pytorch/serve

    4,354在 GitHub 上查看↗

    这是一个 PyTorch 模型服务框架,旨在通过可扩展的网络端点在生产环境中部署和扩展机器学习模型。它充当高性能推理服务器、优化器和模型生命周期管理器,处理模型加载、请求批处理和硬件加速。 该系统通过先进的编排和优化功能脱颖而出,例如使用执行图将多个模型链接到顺序工作流中,以及采用动态批处理来提高吞吐量和降低延迟。它通过连续批处理和张量并行化为生成式 AI 和大型语言模型提供专门支持。 广泛的功能领域包括跨 NVIDIA、AMD 和 Apple Silicon 等不同硬件的 GPU 资源管理,以及用于注册、版本控制和工作节点扩展的全面模型生命周期管理。它还集成了用于通过 Prometheus 兼容指标跟踪系统健康状况和模型性能的可观测性工具。 该服务器通过用于生命周期控制和运行时参数配置的命令行界面进行管理。

    Automatically identifies and registers performance metrics emitted by models during runtime.

    Java
    在 GitHub 上查看↗4,354
  1. Home
  2. Artificial Intelligence & ML
  3. PyTorch Training Frameworks
  4. Visualization Integrations

探索子标签

  • Automatic Metric Interception1 个子标签Automatically captures metrics from standard visualization libraries without manual instrumentation. **Distinct from Visualization Integrations:** Distinct from general visualization integrations by focusing on the automatic interception of telemetry from plotting libraries.