Skip to content

Commit 3a1f428

Browse files
sanjibansgfwkoch
andcommitted
Add dois to bib file
Co-authored-by: Franklin Koch <[email protected]>
1 parent 12af8ee commit 3a1f428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

papers/sofie/mybib.bib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ @inbook{10.5555/3454287.3455008
5555
abstract = {Deep learning frameworks have often focused on either usability or speed, but not both. PyTorch is a machine learning library that shows that these two goals are in fact compatible: it provides an imperative and Pythonic programming style that supports code as a model, makes debugging easy and is consistent with other popular scientific computing libraries, while remaining efficient and supporting hardware accelerators such as GPUs.In this paper, we detail the principles that drove the implementation of PyTorch and how they are reflected in its architecture. We emphasize that every aspect of PyTorch is a regular Python program under the full control of its user. We also explain how the careful and pragmatic implementation of the key components of its runtime enables them to work together to achieve compelling performance. We demonstrate the efficiency of individual subsystems, as well as the overall speed of PyTorch on several common benchmarks.},
5656
booktitle = {Proceedings of the 33rd International Conference on Neural Information Processing Systems},
5757
articleno = {721},
58-
numpages = {12}
58+
numpages = {12},
59+
doi = {10.48550/arXiv.1912.01703}
5960
}
6061

6162
@misc{onnxruntime,

0 commit comments

Comments
 (0)