KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
RAP
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Life-Copilot
:
No description available.
SyncDreamer-colab
:
No description available.
beautifull-togglse
:
beautifull togglse
ia-writer-template-helvetica-plus
:
The original Helvetica template by iA with extended code highlighting and mermaid.js support.
FacialTrack_Web
:
Portal for Students to Track Their Attandance and more
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RAP
?
Download (.md)
# RAP This repository is for Reinforced-Attention Policy (RAP) model introduced in the following paper: **"Reinforced Attention for Few-Shot Learning and Beyond"** ## Paper and Citation If you find our paper/code is useful, please cite: ``` @InProceedings{Hong_2021_CVPR, author = {Hong, Jie and Fang, Pengfei and Li, Weihao and Zhang, Tong and Simon, Christian and Harandi, Mehrtash and Petersson, Lars}, title = {Reinforced Attention for Few-Shot Learning and Beyond}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2021}, pages = {913-923} } ``` ## Environments and Datasets Download the datasets, set the environments and prepare the pre-trained models following the project [```CloserLookFewShot```](https://github.com/wyharveychen/CloserLookFewShot). ## Running the Code Configure parameters in job.sh, and run: ``` sh job.sh ```