StyleFlow
StyleFlow copied to clipboard
Overfitting
Hi, I would like to ask how do you define overfitting in this project?
Besides, in paper it mentioned about 6 stack CNF functions model is a faster alternative, but isn't that the model will be slower if the number of stacks increases?
You can determine that by computing the metrics on the test samples. The speed also depends on how minutely the ODE solver approximates the function. So an overfitted version might take longer to evaluate and so on.
@RameenAbdal hi, may I know where is the test samples?