Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akihironitta/models-pytorch
Deep learning models implemented with PyTorch.
https://github.com/akihironitta/models-pytorch
Last synced: 26 days ago
JSON representation
Deep learning models implemented with PyTorch.
- Host: GitHub
- URL: https://github.com/akihironitta/models-pytorch
- Owner: akihironitta
- Created: 2019-07-31T09:35:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T11:33:02.000Z (about 5 years ago)
- Last Synced: 2024-12-05T17:52:07.591Z (about 1 month ago)
- Language: Python
- Size: 5.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* PyTorch implementations of deep models
** DESCRIPTION
** SEE ALSO
- [[https://pytorch.org/docs/stable/index.html][PyTorch Documentation]]- [[https://github.com/masa-su/pixyz][pixyz]]
PyTorch-based deep learning library for higher-level programming.
- [[https://github.com/rwightman/pytorch-image-models][Image models by Ross Wightman]]
Collection of models for image tasks.
- [[https://github.com/YutaroOgawa/pytorch_advanced][つくりながら学ぶ! PyTorchによる発展ディープラーニング]]
Various deep learning models for various tasks such as image/video classification, generation, anomaly detection, and sentiment analysis.
Available models: VGG, SSD, PSPNet, OpenPose, DCGAN, Self-Attention GAN, AnoGAN, Efficient GAN, Transformer, BERT, 3DCNN, ECO- [[https://github.com/moskomule/senet.pytorch][SENet]]