PyTorch 這一年——十佳開源項目
前言
深度學習框架 PyTorch 發布一周年,集智AI學園為大家整理了這一年來 github 上基於 PyTorch 的十個最佳開源項目。
No.1
PyTorch:Tensors and Dynamic neural networks in Python with strong GPU acceleration
PyTorch 官方庫
標星:11.5+
地址:https://github.com/pytorch/pytorch
No.2
Image-to-image translation in PyTorch
PyTorch 實現圖像風格遷移
標星:3.1k+
地址:https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
No.3
Deep universal probabilistic programming with Python and PyTorch
Pyro:基於 Python 和 PyTorch 的深度通用概率編程庫
標星:2.6k+
地址:https://github.com/uber/pyro
No.4
PyTorch Implementation of "StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Tranlsation"
StarGan:多領域圖像轉換 GAN 網路的 PyTorch 實現
標星:2.1k+
地址:https://github.com/yunjey/StarGAN
No.5
Synthesizing and manipulating 2048x1024 images with conditional GANs
利用條件 GANs 合成和處理 HD 高清圖像的 PyTorch 實現
標星:1.4k+
地址:https://github.com/NVIDIA/pix2pixHD
No.6
AllenNLP:An open-source NLP research library, built on PyTorch
AllenNLP:一個基於 PyTorch 的開源 NLP 庫
標星:1.3k+
地址:https://github.com/allenai/allennlp
No.7
SRU:Training RNNs as Fast as CNNs
SRU:像 CNN 一樣快速訓練 RNN
標星:1.2k+
地址:https://github.com/taolei87/sru
No.8
Face-alignment:?? 2D and 3D Face alignment library build using pytorch
基於 PyTorch 的 2D 和 3D 面部對齊庫
標星:1.2k+
地址:https://github.com/1adrianb/face-alignment
No.9
Facebook AI Research Sequence-to-Sequence Toolkit written in Python
基於 Python 和 PyTorch 的 seq2seq 工具包
標星:1k+
地址:https://github.com/facebookresearch/fairseq-py
No.10
OpenNMT-py:Open Source Neural Machine Translation in PyTorch
基於 PyTorch 的開源神經翻譯
標星:900+
地址:https://github.com/OpenNMT/OpenNMT-py
推薦閱讀: