Skip to content

Commit

Permalink
Update brainscore_vision/models/cvt_cvt-w24-384-in22k_finetuned-in1k_…
Browse files Browse the repository at this point in the history
…4/model.py

Co-authored-by: Martin Schrimpf <[email protected]>
  • Loading branch information
mike-ferguson and mschrimpf authored May 16, 2024
1 parent b5689c5 commit 080a8b3
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,25 @@ def get_bibtex(model_identifier):
"""
A method returning the bibtex reference of the requested model as a string.
"""
return ''
return """@article{DBLP:journals/corr/abs-2103-15808,
author = {Haiping Wu and
Bin Xiao and
Noel Codella and
Mengchen Liu and
Xiyang Dai and
Lu Yuan and
Lei Zhang},
title = {CvT: Introducing Convolutions to Vision Transformers},
journal = {CoRR},
volume = {abs/2103.15808},
year = {2021},
url = {https://arxiv.org/abs/2103.15808},
eprinttype = {arXiv},
eprint = {2103.15808},
timestamp = {Tue, 18 Oct 2022 08:35:30 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2103-15808.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}"""


def load_preprocess_images(image_filepaths, image_size, processor=None, **kwargs):
Expand Down

0 comments on commit 080a8b3

Please sign in to comment.