Skip to content

Commit 0051467

Browse files
soumithfacebook-github-bot
authored andcommittedDec 6, 2019
Update CITATION from Workshop paper to Conference paper (pytorch#30872)
Summary: The conference paper is finally published at NeurIPS 2019: http://papers.neurips.cc/paper/9015-pytorch-an-imperative-style-high-performance-deep-learning-library.pdf Pull Request resolved: pytorch#30872 Differential Revision: D18854253 Pulled By: soumith fbshipit-source-id: 4f91838b1953e976542997959d5571884f739872
1 parent 377131b commit 0051467

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎CITATION

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
@inproceedings{paszke2017automatic,
2-
title={Automatic Differentiation in {PyTorch}},
3-
author={Paszke, Adam and Gross, Sam and Chintala, Soumith and Chanan, Gregory and Yang, Edward and DeVito, Zachary and Lin, Zeming and Desmaison, Alban and Antiga, Luca and Lerer, Adam},
4-
booktitle={NeurIPS Autodiff Workshop},
5-
year={2017}
1+
@incollection{NEURIPS2019_9015,
2+
title = {PyTorch: An Imperative Style, High-Performance Deep Learning Library},
3+
author = {Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith},
4+
booktitle = {Advances in Neural Information Processing Systems 32},
5+
editor = {H. Wallach and H. Larochelle and A. Beygelzimer and F. d\textquotesingle Alch\'{e}-Buc and E. Fox and R. Garnett},
6+
pages = {8024--8035},
7+
year = {2019},
8+
publisher = {Curran Associates, Inc.},
9+
url = {http://papers.neurips.cc/paper/9015-pytorch-an-imperative-style-high-performance-deep-learning-library.pdf}
610
}

0 commit comments

Comments
 (0)
Please sign in to comment.