We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac126ff commit 9eff4c4Copy full SHA for 9eff4c4
optformer/decoding_regression/README.md
@@ -0,0 +1,16 @@
1
+# Decoding-based Regression
2
+This folder contains basic keras code implementing the numeric decoder head.
3
+
4
+## Citation
5
+If you found this codebase useful, please consider citing our paper. Thanks!
6
7
+```bibtex
8
+@article{decoding_regression,
9
+ author={Xingyou Song and Dara Bahri},
10
+ year={2025},
11
+ eprint={2501.19383},
12
+ archivePrefix={arXiv},
13
+ primaryClass={cs.LG},
14
+ url={https://arxiv.org/abs/2501.19383},
15
+}
16
+```
0 commit comments