M-FAC commited on
Commit
75ea4dc
1 Parent(s): 047e663

Update bibtex

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