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
·

7 Repos

Awesome GitHub RepositoriesTensorBoard Event Generators

Utilities that generate visualization files specifically compatible with the TensorBoard dashboard.

Distinct from Data File Generators: None of the candidates cover the generation of TensorBoard-specific event files for ML.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · TensorBoard Event Generators. Refine with filters or upvote what's useful.

Awesome TensorBoard Event Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pytorch/tutorialsAvatar von pytorch

    pytorch/tutorials

    9,202Auf GitHub ansehen↗

    The PyTorch Tutorials repository is a collection of educational resources that provides step-by-step guidance on building, training, and deploying neural networks using the PyTorch framework. It covers the complete machine learning workflow, from data loading and model definition through optimization loops and model persistence, with dedicated guides for distributed training, model fine-tuning, and deployment. The tutorials offer practical demonstrations of adapting pre-trained models to new tasks through transfer learning, scaling training across multiple GPUs or machines using PyTorch's dis

    Demonstrates writing scalar and histogram events to log files for real-time TensorBoard visualization.

    Python
    Auf GitHub ansehen↗9,202
  • 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

    Creates visualization files compatible with the TensorBoard dashboard for various deep learning frameworks.

    Python
    Auf GitHub ansehen↗7,983
  • lanpa/tensorboardxAvatar von lanpa

    lanpa/tensorboardX

    7,983Auf GitHub ansehen↗

    tensorboardX is a machine learning experiment tracking library used to log metrics and visual data from training processes. It enables the creation of event files that store scalars, images, audio, and graphs for monitoring model performance and behavior. The project provides framework-agnostic logging, allowing users to write visualization data from PyTorch, NumPy, or Chainer. It decouples data recording from specific deep learning engines by using a standardized set of writers to generate binary protobuf files. The library supports model visualization and training data analysis, including

    Generates event files specifically compatible with the TensorBoard visualization dashboard.

    Python
    Auf GitHub ansehen↗7,983
  • isaac-sim/isaaclabAvatar von isaac-sim

    isaac-sim/IsaacLab

    6,377Auf GitHub ansehen↗

    Isaac Lab is an open-source framework for training robot policies in physically simulated environments, supporting both single-agent and multi-agent reinforcement learning. It is built on an Omniverse-PhysX simulation backend that models rigid bodies, articulated systems, deformable objects, and sensors, and provides a task-based environment configuration system where each training environment is defined as a modular class specifying observation spaces, action spaces, reward functions, and termination conditions. The framework distinguishes itself through an RL-library abstraction layer that

    Opens TensorBoard to inspect logged training metrics stored in the logs directory.

    Pythonisaac-simomniverse-kit-extensionrobot-learning
    Auf GitHub ansehen↗6,377
  • nfmcclure/tensorflow_cookbookAvatar von nfmcclure

    nfmcclure/tensorflow_cookbook

    6,239Auf GitHub ansehen↗

    The TensorFlow Cookbook is a collection of code examples and recipes for building, training, and deploying machine learning models using TensorFlow. It covers the full model lifecycle, from constructing neural networks and training them with configurable parameters to packaging trained models for production deployment with unit tests and multi-device support. The project also integrates TensorBoard for logging and visualizing computational graphs, scalar summaries, and histograms during training. The cookbook demonstrates a wide range of machine learning techniques, including convolutional ne

    Writes scalar summaries, histograms, and graph structures to event files for TensorBoard visualization.

    Jupyter Notebookclassificationcnngenetic-algorithm
    Auf GitHub ansehen↗6,239
  • roboflow/rf-detrAvatar von roboflow

    roboflow/rf-detr

    5,643Auf GitHub ansehen↗

    RF-DETR is a Python library for training and deploying object detection, instance segmentation, and keypoint detection models built on a vision transformer architecture. It provides a unified command-line interface and Python API for the full workflow, from fine-tuning pretrained checkpoints on custom datasets to running inference on images, video files, and live camera streams. The project supports training on datasets in COCO or YOLO format, with automatic format detection and configurable augmentation pipelines. Models can be exported to ONNX, TFLite, or TensorRT for deployment across edge

    Logs training metrics to TensorBoard by default for local visualization and debugging of model performance.

    Pythoncomputer-visiondetrinstance-segmentation
    Auf GitHub ansehen↗5,643
  • rucaibox/recboleAvatar von RUCAIBox

    RUCAIBox/RecBole

    4,487Auf GitHub ansehen↗

    RecBole ist ein PyTorch-basiertes Empfehlungs-Framework, das für das Erstellen, Trainieren und Evaluieren einer Vielzahl von Empfehlungsalgorithmen entwickelt wurde. Es dient als standardisierte Benchmark-Umgebung, die den Vergleich verschiedener Modellarchitekturen unter Verwendung öffentlicher Datensätze und konsistenter Evaluierungsmetriken ermöglicht. Das Projekt bietet spezialisierte Toolkits für sequenzielle Empfehlungen und Knowledge-Graph-Integration, was die Vorhersage von Item-Sequenzen basierend auf der Nutzerhistorie oder die Einbindung von strukturiertem externem Wissen ermöglicht. Es enthält eine dedizierte Hyperparameter-Optimierungs-Engine, die Grid-Search und Bayesian-Optimierung nutzt, um Modellkonfigurationen abzustimmen. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich Datenmanagement zur Standardisierung von Interaktionslogs, Trainings-Pipelines mit verteilter Gradienten-Synchronisierung und Mixed-Precision-Ausführung sowie umfassende Evaluierungstools für Kandidaten-Ranking und Diversitätsanalyse. Es unterstützt mehrere Empfehlungstypen, wie allgemeines Collaborative Filtering und Click-Through-Rate-Vorhersage. Die Bibliothek ist in Python implementiert und nutzt PyTorch als zugrunde liegendes Empfehlungs-Framework.

    Integrates with TensorBoard by creating SummaryWriter logs for model metrics and event visualization.

    Python
    Auf GitHub ansehen↗4,487
  1. Home
  2. Artificial Intelligence & ML
  3. TensorBoard Event Generators