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

About Training Epochs or Iterations #2

Open
Rhysess opened this issue Sep 20, 2023 · 4 comments
Open

About Training Epochs or Iterations #2

Rhysess opened this issue Sep 20, 2023 · 4 comments

Comments

@Rhysess
Copy link

Rhysess commented Sep 20, 2023

Dear author,

Your work aims to find a smaller dataset. So I wonder how many epochs or iterations are needed compared to original training process with one dataset or all datasets?

@yorkeyao
Copy link
Owner

Thank you for your question. In our paper, for a fair comparison, we use the same network and the same hypsometer for two datasets.

But we also believe that for different datasets, the network should be adjusted accordingly like NAS to get the highest accuracy it can get using such a training set.

@Rhysess
Copy link
Author

Rhysess commented Sep 20, 2023

I'm sorry to bother you again, I just want to gain a better understanding of your experimental setup and related papers.

  1. For pruned datasets, if you use the same number of epochs compared with original training, both the number of iterations and the overall training time will decrease; if you use the same number of iterations, the number of epochs needs to correspondingly increase, with the overall training time remaining unchanged. Which approach did you use?

  2. For the second condition: if you use the same iterations, can a pruned dataset lead to overfitting?

@yorkeyao
Copy link
Owner

yorkeyao commented Sep 20, 2023

We use the same number of epochs compared with the original training. This is because we think generally we take the number of epochs rather than the number of iterations as a hyperparameter for a NN.

@Rhysess
Copy link
Author

Rhysess commented Sep 21, 2023

It's so kind of you to reply.

I have one more question:
which layer of IncepetionV3 did you use to extract features?
Which do you think is better, deep or shallow features extracted from pre-trained models?

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