Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit 4c458fa

Browse files
committed
added citation instructions
1 parent 7001773 commit 4c458fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,20 @@ AlexNet | | | |
145145

146146
* [Self CPU Time vs CPU Time](https://software.intel.com/en-us/vtune-amplifier-help-self-time-and-total-time)
147147

148+
## Citation
149+
150+
If this software is useful to your research, I would greatly appreciate a citation in your work.
151+
152+
```tex
153+
@misc{torchprof,
154+
author = {Alexander William Wong},
155+
title = {torchprof},
156+
howpublished = {github.com},
157+
month = 4,
158+
year = 2020,
159+
note = {A minimal dependency library for layer-by-layer profiling of Pytorch models.}
160+
}
161+
```
162+
148163
## LICENSE
149164
[MIT](LICENSE)

0 commit comments

Comments
 (0)