M-FAC commited on
Commit
a5b6d60
1 Parent(s): 2f7d468

Update bibtex

Browse files
Files changed (1) hide show
  1. README.md +6 -15
README.md CHANGED
@@ -56,21 +56,12 @@ 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{DBLP:journals/corr/abs-2107-03356,
60
- author = {Elias Frantar and
61
- Eldar Kurtic and
62
- Dan Alistarh},
63
- title = {Efficient Matrix-Free Approximations of Second-Order Information,
64
- with Applications to Pruning and Optimization},
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
 
67
  ```