Skip to content

Commit b3e9c31

Browse files
authored
add arxiv link in README.md
1 parent 50f2f1c commit b3e9c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Official PyTorch implementation of **GLNet**, from the following paper:
44

5-
[Revisiting the Integration of Convolution and Attention for Vision Backbone](https://1drv.ms/b/s!AkBbczdRlZvCynbqHKDS3LCjAbrC?e=w2kl1c). NeurIPS 2024.\
5+
[Revisiting the Integration of Convolution and Attention for Vision Backbone](https://arxiv.org/abs/2411.14429). NeurIPS 2024.\
66
[Lei Zhu](https://rayleizhu.github.io), [Xinjiang Wang](https://scholar.google.com/citations?user=q4lnWaoAAAAJ&hl=en), [Wayne Zhang](http://www.statfe.com/), and [Rynson Lau](https://openreview.net/profile?id=~Rynson_W._H._Lau1)
77

88
---
@@ -70,7 +70,7 @@ python main_cx2.py \
7070
- [x] IN1k standard training code, logs, and checkpoints
7171
- [x] IN1k token-labeling code, logs, and checkpoint
7272
- [x] visualization scripts
73-
- [ ] arXiv link
73+
- [x] arXiv link
7474
- [ ] semantic segmentation and object detection code
7575
- [ ] a guide for running on multiple GPUs without Slurm
7676
- this should be simple with `torchrun`. Contributions are welcome.

0 commit comments

Comments
 (0)