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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pytorch/tutorialsAvatar pytorch

    pytorch/tutorials

    9,202Vezi pe GitHub↗

    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
    Vezi pe GitHub↗9,202
  • lanpa/tensorboard-pytorchAvatar lanpa

    lanpa/tensorboard-pytorch

    7,983Vezi pe 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

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

    Python
    Vezi pe GitHub↗7,983
  • lanpa/tensorboardxAvatar lanpa

    lanpa/tensorboardX

    7,983Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,983
  • isaac-sim/isaaclabAvatar isaac-sim

    isaac-sim/IsaacLab

    6,377Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,377
  • nfmcclure/tensorflow_cookbookAvatar nfmcclure

    nfmcclure/tensorflow_cookbook

    6,239Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,239
  • roboflow/rf-detrAvatar roboflow

    roboflow/rf-detr

    5,643Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,643
  • rucaibox/recboleAvatar RUCAIBox

    RUCAIBox/RecBole

    4,487Vezi pe GitHub↗

    RecBole este un framework de recomandare bazat pe PyTorch, conceput pentru construirea, antrenarea și evaluarea unei mari varietăți de algoritmi de recomandare. Servește ca mediu de benchmark standardizat care permite compararea diferitelor arhitecturi de modele folosind seturi de date publice și metrici de evaluare consistente. Proiectul oferă toolkit-uri specializate pentru recomandare secvențială și integrarea knowledge-graph-urilor, permițând predicția secvențelor de elemente pe baza istoricului utilizatorului sau încorporarea de cunoștințe externe structurate. Include un motor dedicat de optimizare a hiperparametrilor care utilizează grid search și optimizare Bayesiană pentru a ajusta configurațiile modelelor. Framework-ul acoperă o gamă largă de capabilități, inclusiv gestionarea datelor pentru standardizarea log-urilor de interacțiune, pipeline-uri de antrenare cu sincronizare distribuită a gradientului și execuție cu precizie mixtă, și instrumente cuprinzătoare de evaluare pentru ranking-ul candidaților și analiza diversității. Suportă mai multe tipuri de recomandare, cum ar fi filtrarea colaborativă generală și predicția ratei de click (CTR). Biblioteca este implementată în Python și utilizează PyTorch pentru framework-ul său de recomandare subiacent.

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

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