This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Replies: 1 comment
-
Yes, splitting training set into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I recently read the code about AMC Pruner, but found out that it splits training set into sub training set and a validation set (https://github.com/microsoft/nni/blob/master/examples/model_compress/pruning/amc/amc_search.py#L73).
But why not use the original validation set?
In the white paper they said the reason is to prevent from overfitting, But I can't understand and get convinced.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions