Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
minor change
  • Loading branch information
kdhht2334 committed Sep 20, 2022
1 parent a48f6bf commit 026fa2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ pip install -r requirements.txt
- [x] Upload train/eval files


### Note
- In case of Mlp-Mixer, please refer official repository [(link)](https://github.com/google-research/vision_transformer#mlp-mixer)



### Citation

Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CUDA_VISIBLE_DEVICES=1 python main.py \
--model alexnet \
--sinkhorn 1 \
--relevance_weighting 1 \
--weight_sampling gumbel \
--weight_sampling gumbel-softmax \
--lr 5e-5 \
--no_domain 5 \
--topk 5 \
Expand Down

0 comments on commit 026fa2c

Please sign in to comment.