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
GRAAL-Research avatar

GRAAL-Research/poutyne

0
View on GitHub↗
578 stars·64 forks·Python·LGPL-3.0·15 viewspoutyne.org↗

Poutyne

A simplified framework and utilities for PyTorch

Features

  • Deep Learning Ecosystems - Keras-like framework for PyTorch.
  • Deep Learning Frameworks - Keras-like framework for PyTorch.
  • Machine Learning Frameworks - Simplified Keras-like API for PyTorch.
  • Developer Tools - Keras-like training framework.
  • Training and Experimentation - Keras-like framework for training boilerplate reduction.
  • PyTorch Utilities - Listed in the “PyTorch Utilities” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for graal-research/poutyneStar history chart for graal-research/poutyne

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Poutyne

These projects share indexed features with Poutyne. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • catalyst-team/catalystcatalyst-team avatar

    catalyst-team/catalyst

    3,376View on GitHub↗

    Accelerated deep learning R&D

    Python
    View on GitHub↗3,376
  • fastai/fastaifastai avatar

    fastai/fastai

    27,862View on GitHub↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    View on GitHub↗27,862
  • cornellius-gp/gpytorchcornellius-gp avatar

    cornellius-gp/gpytorch

    3,893View on GitHub↗

    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
    View on GitHub↗3,893
Compare all 30 related projects→

Frequently asked questions

What does graal-research/poutyne do?

A simplified framework and utilities for PyTorch

What are the main features of graal-research/poutyne?

The main features of graal-research/poutyne are: Deep Learning Ecosystems, Deep Learning Frameworks, Machine Learning Frameworks, Developer Tools, Training and Experimentation, PyTorch Utilities.

Which projects share features with graal-research/poutyne?

Projects with overlapping indexed features include: catalyst-team/catalyst — Accelerated deep learning R&D. pytorch/ignite — Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep… cornellius-gp/gpytorch — GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process… maxpumperla/elephas — Distributed Deep learning with Keras & Spark. fastai/fastai — Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the… maxpumperla/hyperas — Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.