Update bibtex
Browse files
README.md
CHANGED
@@ -56,21 +56,11 @@ A step-by-step tutorial on how to integrate and use M-FAC with any repository ca
|
|
56 |
## BibTeX entry and citation info
|
57 |
|
58 |
```bibtex
|
59 |
-
@article{
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
journal = {CoRR},
|
66 |
-
volume = {abs/2107.03356},
|
67 |
-
year = {2021},
|
68 |
-
url = {https://arxiv.org/abs/2107.03356},
|
69 |
-
eprinttype = {arXiv},
|
70 |
-
eprint = {2107.03356},
|
71 |
-
timestamp = {Tue, 20 Jul 2021 15:08:33 +0200},
|
72 |
-
biburl = {https://dblp.org/rec/journals/corr/abs-2107-03356.bib},
|
73 |
-
bibsource = {dblp computer science bibliography, https://dblp.org}
|
74 |
}
|
75 |
-
|
76 |
```
|
|
|
56 |
## BibTeX entry and citation info
|
57 |
|
58 |
```bibtex
|
59 |
+
@article{frantar2021m,
|
60 |
+
title={M-FAC: Efficient Matrix-Free Approximations of Second-Order Information},
|
61 |
+
author={Frantar, Elias and Kurtic, Eldar and Alistarh, Dan},
|
62 |
+
journal={Advances in Neural Information Processing Systems},
|
63 |
+
volume={35},
|
64 |
+
year={2021}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
|
|
66 |
```
|