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
carpedm20 avatar

carpedm20/ENAS-pytorch

0
View on GitHub↗
2,722 stars·486 forks·Python·Apache-2.0·15 views

ENAS Pytorch

PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

Features

  • Computer Vision Libraries - Efficient neural architecture search implementation.
  • Computer Vision Research - Efficient neural architecture search using parameter sharing.
  • Model Implementations - Efficient neural architecture search implementation.
  • Neural Architecture Search - PyTorch implementation of efficient neural architecture search via parameter sharing.
  • Neural Network Architectures - Efficient neural architecture search.
  • Architecture Search - Listed in the “Architecture Search” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for carpedm20/enas-pytorchStar history chart for carpedm20/enas-pytorch

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to ENAS Pytorch

Similar open-source projects, ranked by how many features they share with ENAS Pytorch.
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    View on GitHub↗5,292
  • quark0/dartsquark0 avatar

    quark0/darts

    4,000View on GitHub↗

    Darts is a differentiable architecture search framework and library designed to automate the discovery of optimal convolutional and recurrent neural network structures. It serves as a research tool for finding high-performing cell topologies using gradient-based optimization. The framework employs a differentiable cell super-net and weight-sharing mechanisms to identify effective network connectivity. It utilizes second-order approximation to estimate the performance of discrete architectural candidates and converts learned continuous weights into discrete graph structures through genotype-to

    Python
    View on GitHub↗4,000
  • caogang/wgan-gpcaogang avatar

    caogang/wgan-gp

    1,548View on GitHub↗

    A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

    Pythonpytorchwgan-gp
    View on GitHub↗1,548
  • arunmallya/packnetarunmallya avatar

    arunmallya/packnet

    243View on GitHub↗

    Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

    Python
    View on GitHub↗243
See all 30 alternatives to ENAS Pytorch→

Frequently asked questions

What does carpedm20/enas-pytorch do?

PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

What are the main features of carpedm20/enas-pytorch?

The main features of carpedm20/enas-pytorch are: Computer Vision Libraries, Computer Vision Research, Model Implementations, Neural Architecture Search, Neural Network Architectures, Architecture Search.

What are some open-source alternatives to carpedm20/enas-pytorch?

Open-source alternatives to carpedm20/enas-pytorch include: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… quark0/darts — Darts is a differentiable architecture search framework and library designed to automate the discovery of optimal… facebookresearch/pycls — Codebase for Image Classification Research, written in PyTorch. caogang/wgan-gp — A pytorch implementation of Paper "Improved Training of Wasserstein GANs". dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… arunmallya/packnet — Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning.