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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to nerox8664/pytorch2keras

Projects sharing features with Pytorch2keras

30 open-source projects similar to nerox8664/pytorch2keras, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • mariogeiger/hessianmariogeiger avatar

    mariogeiger/hessian

    187View on GitHub↗

    hessian in pytorch

    Python
    View on GitHub↗187
  • swall0w/torchstatSwall0w avatar

    Swall0w/torchstat

    1,500View on GitHub↗

    Model analyzer in PyTorch

    Pythonpythonpytorch
    View on GitHub↗1,500
  • facebook/react-nativefacebook avatar

    facebook/react-native

    126,019View on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    View on GitHub↗126,019
  • lyken17/pytorch-opcounterLyken17 avatar

    Lyken17/pytorch-OpCounter

    5,080View on GitHub↗

    pytorch-OpCounter is a profiling utility for PyTorch neural networks designed to quantify model efficiency by calculating floating point operations and multiply-accumulate counts. It functions as a complexity analyzer to measure the computational cost and theoretical workload of different model architectures. The tool allows for the definition of custom operation counting rules to support third-party modules not covered by default. It uses forward hooks to intercept module calls and recursive traversal of the module tree to aggregate operations across child sub-modules. The project provides

    Python
    View on GitHub↗5,080

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • pytorchlightning/pytorch-lightningPyTorchLightning avatar

    PyTorchLightning/pytorch-lightning

    31,189View on GitHub↗

    PyTorch Lightning is a high-level deep learning framework for PyTorch that automates training loops and removes repetitive engineering boilerplate. It functions as a structured pipeline for managing machine learning experiments, providing a distributed training orchestrator and tools for mixed-precision training. The framework decouples scientific model architecture from the engineering required for infrastructure and scaling. This separation allows the same model code to execute across CPUs, GPUs, or TPUs through a hardware-agnostic execution engine and a centralized trainer that manages the

    Python
    View on GitHub↗31,189
  • ag14774/diffdistag14774 avatar

    ag14774/diffdist

    62View on GitHub↗
    Python
    View on GitHub↗62
  • catalyst-team/catalystcatalyst-team avatar

    catalyst-team/catalyst

    3,376View on GitHub↗

    Accelerated deep learning R&D

    Python
    View on GitHub↗3,376
  • ecs-vlc/torchbearerecs-vlc avatar

    ecs-vlc/torchbearer

    641View on GitHub↗

    torchbearer: A model fitting library for PyTorch

    Python
    View on GitHub↗641
  • henryre/pytorch-fitmodulehenryre avatar

    henryre/pytorch-fitmodule

    102View on GitHub↗

    Super simple fit method for PyTorch Modules

    Python
    View on GitHub↗102
  • longcw/pytorch2caffeL

    longcw/pytorch2caffe

    0View on GitHub↗
    View on GitHub↗0
  • ncullen93/torchsamplencullen93 avatar

    ncullen93/torchsample

    1,878View on GitHub↗

    Train AI models efficiently on medical images using any framework

    Python
    View on GitHub↗1,878
  • pytorch/ignitepytorch avatar

    pytorch/ignite

    4,770View on GitHub↗

    Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep learning lifecycle manager. It provides a structured system for organizing and automating training and evaluation loops, managing data iterators and triggering event handlers at specific milestones during the model training process. The project distinguishes itself through a comprehensive suite of tools for distributed training and model evaluation. It includes utilities for synchronizing gradients and coordinating collective communication across multiple GPUs or nodes, as well as a

    Python
    View on GitHub↗4,770
  • transcranial/keras-jstranscranial avatar

    transcranial/keras-js

    4,963View on GitHub↗

    Keras-js is a JavaScript inference engine and browser-based machine learning framework designed to execute pre-trained Keras neural networks. It allows for client-side model inference in web browsers or Node.js environments without the requirement of a backend server. The library utilizes a WebGL tensor accelerator to map mathematical operations to the graphics processor for hardware acceleration. To maintain user interface responsiveness during heavy computations, it incorporates a web worker inference runtime that executes neural network processing in background threads. The system support

    JavaScript
    View on GitHub↗4,963
  • vadimkantorov/caffemodel2pytorchV

    vadimkantorov/caffemodel2pytorch

    0View on GitHub↗
    View on GitHub↗0
  • albanie/pytorch-mcnA

    albanie/pytorch-mcn

    0View on GitHub↗
    View on GitHub↗0
  • awwong1/torchprofawwong1 avatar

    awwong1/torchprof

    605View on GitHub↗

    PyTorch layer-by-layer model profiler

    Python
    View on GitHub↗605
  • cvxgrp/cvxpylayerscvxgrp avatar

    cvxgrp/cvxpylayers

    2,106View on GitHub↗

    CVXPYlayers is a Python library for constructing differentiable convex optimization layers in PyTorch, JAX, and MLX using CVXPY. A convex optimization layer solves a parametrized convex optimization problem in the forward pass to produce a solution. It computes the derivative of the solution…

    Python
    View on GitHub↗2,106
  • determined-ai/determineddetermined-ai avatar

    determined-ai/determined

    3,224View on GitHub↗

    Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.

    Go
    View on GitHub↗3,224
  • facebookresearch/higherfacebookresearch avatar

    facebookresearch/higher

    1,627View on GitHub↗

    higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather than individual training steps.

    Python
    View on GitHub↗1,627
  • graal-research/poutyneGRAAL-Research avatar

    GRAAL-Research/poutyne

    578View on GitHub↗

    A simplified framework and utilities for PyTorch

    Python
    View on GitHub↗578
  • kevinmusgrave/pytorch-metric-learningKevinMusgrave avatar

    KevinMusgrave/pytorch-metric-learning

    6,328View on GitHub↗

    PyTorch Metric Learning is an open-source library for training neural networks to produce similarity-preserving embedding spaces. It provides a modular framework where interchangeable loss functions, mining strategies, and evaluation tools can be composed to learn representations that map similar items to nearby points and dissimilar items to distant points in the embedding space. The library distinguishes itself through a highly configurable architecture that separates concerns across several interchangeable components. Users can assemble custom loss functions from pluggable distance metrics

    Pythoncomputer-visioncontrastive-learningdeep-learning
    View on GitHub↗6,328
  • lanpa/tensorboard-pytorchlanpa avatar

    lanpa/tensorboard-pytorch

    7,983View on 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

    Python
    View on GitHub↗7,983
  • marvis/pytorch-caffe-darknet-convertM

    marvis/pytorch-caffe-darknet-convert

    0View on GitHub↗
    View on GitHub↗0
  • move-language/moveM

    move-language/move

    0View on GitHub↗

    This was the home of the Move language from inception to ~2022. This repository is no longer maintained, but development continues in https://github.com/move-language/move-on-aptos and https://github.com/move-language/move-sui.

    View on GitHub↗0
  • perone/euclidesdbperone avatar

    perone/euclidesdb

    640View on GitHub↗

    A multi-model machine learning feature embedding database

    C++
    View on GitHub↗640
  • prisma-ai/torch2coremlprisma-ai avatar

    prisma-ai/torch2coreml

    385View on GitHub↗

    Torch7 -> CoreML

    Python
    View on GitHub↗385
  • agarrharr/awesome-cli-appsagarrharr avatar

    agarrharr/awesome-cli-apps

    18,722View on GitHub↗

    This project is a curated directory of command line applications and utilities designed to enhance developer productivity and streamline technical workflows. It serves as a comprehensive index of open-source software, categorizing tools that assist with system administration, development automation, and personal task management. The repository distinguishes itself by providing a structured collection of terminal-based software that spans diverse functional domains. It includes resources for managing infrastructure and cloud resources, performing code maintenance, and customizing terminal envi

    Shellawesomeawesome-listcli
    View on GitHub↗18,722
  • abkmystery/aneeabkmystery avatar

    abkmystery/ANEE

    1View on GitHub↗

    ANEE is an experimental dynamic inference wrapper for pretrained Transformer language models (currently GPT-2). Instead of always running all layers, ANEE exposes an energy_budget and performs early exit inside the model’s forward pass.

    Python
    View on GitHub↗1
  • aerogear/graphbackaerogear avatar

    aerogear/graphback

    408View on GitHub↗

    Graphback - Out of the box GraphQL server and client

    TypeScript
    View on GitHub↗408
  • abhigyanpatwari/gitnexusabhigyanpatwari avatar

    abhigyanpatwari/GitNexus

    42,282View on GitHub↗
    TypeScript
    View on GitHub↗42,282