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

zsef123/EfficientNets-PyTorch

0
View on GitHub↗
314 stars·47 forks·Python·9 views

EfficientNets PyTorch

A PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks."

Features

  • Neural Network Architectures - EfficientNet variants.
  • Architecture Search - Listed in the “Architecture Search” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for zsef123/efficientnets-pytorchStar history chart for zsef123/efficientnets-pytorch

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 EfficientNets PyTorch

These projects share indexed features with EfficientNets PyTorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lukemelas/efficientnet-pytorchlukemelas avatar

    lukemelas/EfficientNet-PyTorch

    8,223View on GitHub↗

    This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

    Python
    View on GitHub↗8,223
  • jaminfong/densenasJ

    JaminFong/DenseNAS

    0View on GitHub↗
    View on GitHub↗0
  • carpedm20/enas-pytorchcarpedm20 avatar

    carpedm20/ENAS-pytorch

    2,722View on GitHub↗

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

    Pythongoogle-brainneural-architecture-searchpytorch
    View on GitHub↗2,722
  • 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
Compare all 30 related projects→

Frequently asked questions

What does zsef123/efficientnets-pytorch do?

A PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks."

What are the main features of zsef123/efficientnets-pytorch?

The main features of zsef123/efficientnets-pytorch are: Neural Network Architectures, Architecture Search.

Which projects share features with zsef123/efficientnets-pytorch?

Projects with overlapping indexed features include: jaminfong/densenas. lukemelas/efficientnet-pytorch — This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model… quark0/darts — Darts is a differentiable architecture search framework and library designed to automate the discovery of optimal… carpedm20/enas-pytorch — PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing". blealtan/efficient-kan — This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network… facebookresearch/slowfast — SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset…