Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performance with virtual augmentation #24

Closed
kiucho opened this issue Aug 30, 2022 · 0 comments
Closed

performance with virtual augmentation #24

kiucho opened this issue Aug 30, 2022 · 0 comments

Comments

@kiucho
Copy link

kiucho commented Aug 30, 2022

Hi, I'm reproducing paper and having some issues.
I used below SCCL with virtual augmentation code.
'''
python3 main.py
--resdir $path-to-store-your-results
--use_pretrain SBERT
--bert distilbert
--datapath $path-to-your-data
--dataname searchsnippets
--num_classes 8
--text text
--label label
--objective SCCL
--augtype virtual
--temperature 0.5
--eta 10
--lr 1e-05
--lr_scale 100
--max_length 32
--batch_size 400
--max_iter 1000
--print_freq 100
--gpuid 1 &
'''
but Acc of Representation with Kmeans is higher than Acc of model.
I have no idea what the problem is..
Thank you for your help.

@kiucho kiucho closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant