M-FAC commited on
Commit
431f327
1 Parent(s): 05ef334

Update bibtex

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