Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aheuillet committed Feb 2, 2023
1 parent 0c71837 commit e3a1a4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img width="600" alt="nasiam" src="img/NASiam_layout.png">
</p>

This is the official PyTorch implementation of the NASiam paper.
This is the official PyTorch implementation of the [NASiam paper](http://arxiv.org/abs/2302.00059).
## Preparation

- Install the most recent version of [PyTorch](https://pytorch.org/get-started/locally/) (the code was tested on version 1.12.1).
Expand Down Expand Up @@ -167,9 +167,12 @@ If you found this code useful for your research, please consider citing the NASi
```
@Article{heuillet2023NASiam,
author = {Alexandre Heuillet and Hedi Tabia and Hichem Arioui},
title = {NASiam: Efficient Representation Learning using Neural Architecture Search for Siamese Networks}
title = {NASiam: Efficient Representation Learning using Neural Architecture Search for Siamese Networks},
url = {https://arxiv.org/abs/2302.00059},
publisher={arXiv}
}
```

### Aknowledgements

This code is based upon [SimSiam](https://github.com/facebookresearch/simsiam), [MoCo](https://github.com/facebookresearch/moco) and [SimCLR](https://github.com/leftthomas/SimCLR).
This code is based upon [SimSiam](https://github.com/facebookresearch/simsiam), [MoCo](https://github.com/facebookresearch/moco) and [SimCLR](https://github.com/leftthomas/SimCLR).

0 comments on commit e3a1a4c

Please sign in to comment.