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

data argumentation #7

Open
zhangjinyangnwpu opened this issue Dec 24, 2019 · 1 comment
Open

data argumentation #7

zhangjinyangnwpu opened this issue Dec 24, 2019 · 1 comment

Comments

@zhangjinyangnwpu
Copy link

Hi, thanks for your code, it's elegant, and I learned a lot from it,
I have some questions when I read your paper,

  1. I noticed that you do a lot of data argumentation when training, and I wonder how much this impacts the performance in semi-supervised learning?
  2. In my research field, I can not do data argument for samples, and I just have a few like one or five samples per class, I wonder the keys and values define in memory could learn the semi-supervised, and how could we guarantee the memory updated with just very few labeled samples? think about this, in extra situation, we just have one sample, and I update the keys and values with this only sample, please asking your advice may this work?

Thank you.
Best wishes.

@yanbeic
Copy link
Owner

yanbeic commented Jan 2, 2020

Hi,

Here are my understanding regarding your questions:

  1. Data augmentation is beneficial and improves SSL in classification - avoid overfitting.
  2. A very few samples (e.g. one sample) are unlikely to learn good representations for keys (i.e. class-level feature representations).

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

2 participants