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
·
Back to tmbdev/webdataset

Open-source alternatives to Webdataset

30 open-source projects similar to tmbdev/webdataset, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Webdataset alternative.

  • pytorch/xlaAvatar von pytorch

    pytorch/xla

    2,788Auf GitHub ansehen↗

    Enabling PyTorch on XLA Devices (e.g. Google TPU)

    C++compilerdeep-learningpytorch
    Auf GitHub ansehen↗2,788
  • rtqichen/torchdiffeqAvatar von rtqichen

    rtqichen/torchdiffeq

    6,452Auf GitHub ansehen↗

    torchdiffeq is a PyTorch ODE solver library designed for solving initial value problems and building neural ODE frameworks. It provides a differentiable ODE integrator that allows deep learning models to simulate continuous depth by integrating dynamics functions over time. The library features an adjoint method gradient calculator for memory-efficient backpropagation. By solving an augmented adjoint system backwards in time, it computes parameter gradients without storing every intermediate solver state. The project covers numerical integration with adaptive and fixed-step solvers, incorpor

    Python
    Auf GitHub ansehen↗6,452
  • ferrine/geooptAvatar von ferrine

    ferrine/geoopt

    1,080Auf GitHub ansehen↗

    Riemannian Adaptive Optimization Methods with pytorch optim

    Python
    Auf GitHub ansehen↗1,080
  • pytorch/qnnpackAvatar von pytorch

    pytorch/QNNPACK

    1,549Auf GitHub ansehen↗

    Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators

    C
    Auf GitHub ansehen↗1,549
  • zhanghang1989/pytorch-encodingAvatar von zhanghang1989

    zhanghang1989/PyTorch-Encoding

    2,045Auf GitHub ansehen↗

    A CV toolkit for my papers.

    Pythonbatchnormdeep-learningencoding-layer
    Auf GitHub ansehen↗2,045

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • ryanleary/pytorch-ctcR

    ryanleary/pytorch-ctc

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bharathgs/naluB

    bharathgs/NALU

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dmlc/dglAvatar von dmlc

    dmlc/dgl

    14,283Auf GitHub ansehen↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    Auf GitHub ansehen↗14,283
  • msamogh/nonechucksM

    msamogh/nonechucks

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • piquil/qucumberP

    PIQuIL/QuCumber

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • stanfordvl/minkowskiengineS

    StanfordVL/MinkowskiEngine

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • taolei87/sruAvatar von taolei87

    taolei87/sru

    38Auf GitHub ansehen↗

    Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

    Auf GitHub ansehen↗38
  • t-vi/candlegpT

    t-vi/candlegp

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • swall0w/torchstatAvatar von Swall0w

    Swall0w/torchstat

    1,500Auf GitHub ansehen↗

    Model analyzer in PyTorch

    Pythonpythonpytorch
    Auf GitHub ansehen↗1,500
  • aiqm/torchaniAvatar von aiqm

    aiqm/torchani

    548Auf GitHub ansehen↗

    TorchANI 2.0 is an open-source library that supports training, development, and research of ANI-style neural network interatomic potentials. It was originally developed and is currently maintained by the Roitberg group.

    Python
    Auf GitHub ansehen↗548
  • bachili/rednerAvatar von BachiLi

    BachiLi/redner

    1,439Auf GitHub ansehen↗

    Differentiable rendering without approximation.

    NASLcomputer-graphicscomputer-visiondifferentiable-rendering
    Auf GitHub ansehen↗1,439
  • cornellius-gp/gpytorchAvatar von cornellius-gp

    cornellius-gp/gpytorch

    3,893Auf GitHub ansehen↗

    GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process models. It provides a system for Gaussian process modeling and uncertainty estimation, designed to perform efficient matrix operations on graphics hardware. The framework features a modular kernel system for constructing custom covariance functions and modeling complex data dependencies. It specifically integrates Gaussian processes with deep neural networks to create hybrid models for regression and classification. The system employs numerical linear algebra techniques, inclu

    Python
    Auf GitHub ansehen↗3,893
  • cvxgrp/cvxpylayersAvatar von cvxgrp

    cvxgrp/cvxpylayers

    2,106Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,106
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nvidiagameworks/kaolinAvatar von NVIDIAGameWorks

    NVIDIAGameWorks/kaolin

    5,107Auf GitHub ansehen↗

    Kaolin is a PyTorch 3D deep learning library providing a comprehensive suite of tools for 3D geometry processing, physics simulation, data visualization, and gradient-based rendering for computer vision. The library includes a differentiable 3D renderer and a geometry processing toolkit for converting and transforming 3D representations such as meshes and point clouds. It also features a 3D physics simulation engine to calculate physical interactions and collisions between three-dimensional objects and scenes. The toolkit provides utilities for 3D data visualization, including the creation o

    Python
    Auf GitHub ansehen↗5,107
  • perone/euclidesdbAvatar von perone

    perone/euclidesdb

    640Auf GitHub ansehen↗

    A multi-model machine learning feature embedding database

    C++
    Auf GitHub ansehen↗640
  • abseil/abseil-cppAvatar von abseil

    abseil/abseil-cpp

    17,334Auf GitHub ansehen↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    Auf GitHub ansehen↗17,334
  • abkmystery/aneeAvatar von abkmystery

    abkmystery/ANEE

    1Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1
  • 3dparallax/insightAvatar von 3Dparallax

    3Dparallax/insight

    914Auf GitHub ansehen↗

    A helpful Chrome extension for WebGL development

    JavaScript
    Auf GitHub ansehen↗914
  • aerogear/graphbackAvatar von aerogear

    aerogear/graphback

    408Auf GitHub ansehen↗

    Graphback - Out of the box GraphQL server and client

    TypeScript
    Auf GitHub ansehen↗408
  • ag14774/diffdistAvatar von ag14774

    ag14774/diffdist

    62Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗62
  • agarrharr/awesome-cli-appsAvatar von agarrharr

    agarrharr/awesome-cli-apps

    18,722Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗18,722
  • agentbay-ai/agentbay-skillsAvatar von agentbay-ai

    agentbay-ai/agentbay-skills

    42Auf GitHub ansehen↗

    English | 中文

    Python
    Auf GitHub ansehen↗42
  • adrientorris/awesome-blazorAvatar von AdrienTorris

    AdrienTorris/awesome-blazor

    9,307Auf GitHub ansehen↗
    asp-net-coreaspnetcoreawesome
    Auf GitHub ansehen↗9,307