awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lanpa/tensorboard-pytorchAvatar von lanpa

    lanpa/tensorboard-pytorch

    7,983Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,983
  • allegroai/clearmlAvatar von allegroai

    allegroai/clearml

    6,733Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,733
  • pytorch/serveAvatar von pytorch

    pytorch/serve

    4,354Auf GitHub ansehen↗

    Dieses Projekt ist ein PyTorch-Framework für das Model-Serving, das darauf ausgelegt ist, Machine-Learning-Modelle in der Produktion über skalierbare Netzwerk-Endpunkte bereitzustellen. Es fungiert als leistungsstarker Inference-Server, Optimierer und Modell-Lifecycle-Manager, der das Laden von Modellen, Request-Batching und Hardware-Beschleunigung übernimmt. Das System zeichnet sich durch fortschrittliche Orchestrierungs- und Optimierungsfunktionen aus, wie etwa das Verketten mehrerer Modelle zu sequenziellen Workflows mittels Ausführungsgraphen und den Einsatz von Dynamic Batching zur Verbesserung von Durchsatz und Latenz. Es bietet spezialisierte Unterstützung für generative KI und Large Language Models durch Continuous Batching und Tensor-Parallelität. Zu den breiten Funktionsbereichen gehören GPU-Ressourcenmanagement für diverse Hardware wie NVIDIA, AMD und Apple Silicon sowie ein umfassendes Lifecycle-Management für Registrierung, Versionierung und Worker-Skalierung. Zudem integriert es Observability-Tools zur Überwachung des Systemzustands und der Modellleistung über Prometheus-kompatible Metriken. Der Server wird über eine Kommandozeilenschnittstelle verwaltet, die zur Steuerung des Lifecycles und zur Konfiguration von Laufzeitparametern dient.

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

    Java
    Auf GitHub ansehen↗4,354
  1. Home
  2. Artificial Intelligence & ML
  3. PyTorch Training Frameworks
  4. Visualization Integrations

Unter-Tags erkunden

  • Automatic Metric Interception1 Sub-TagAutomatically 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.