pt.darts
Neural architecture optimizer
An implementation of DARTS, a method for automatically designing neural network architectures.
PyTorch Implementation of DARTS: Differentiable Architecture Search
441 stars
8 watching
108 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
atgambardella/pytorch-es | An implementation of an optimization algorithm for training neural networks in machine learning environments. | 350 |
anjiecheng/mnasnet-pytorch | An implementation of a neural network architecture search algorithm optimized for mobile devices. | 271 |
locuslab/optnet | A PyTorch module that adds differentiable optimization as a layer to neural networks | 513 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
neroloh/darts-tensorflow | This implementation provides a Tensorflow-based framework for searching different architectures in deep neural networks using 2nd-order approximations. | 73 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
ypxie/pytorch-neucom | An implementation of the Differentiable Neural Computer architecture in PyTorch | 94 |
ixaxaar/pytorch-dnc | An implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks. | 338 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
microsoft/archai | Automates the search for optimal neural network configurations in deep learning applications | 467 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
pemami4911/neural-combinatorial-rl-pytorch | An implementation of Neural Combinatorial Optimization with Reinforcement Learning using PyTorch. | 558 |
chenxi116/pnasnet.pytorch | PyTorch implementation of PNASNet-5 architecture | 317 |
rentruewang/koila | A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,821 |
stonesjtu/pytorch-nce | An implementation of Noise Contrastive Estimation in PyTorch to improve the performance and efficiency of softmax output layers | 318 |