2016_super_resolution icon indicating copy to clipboard operation
2016_super_resolution copied to clipboard

I have one more question about "train objective" and "val objective" in result after training by running "train_SRnet.m"

Open star4s opened this issue 8 years ago • 1 comments

I have one more question about "train objective" and "val objective" in result after training by running "train_SRnet.m"

After I take training by running "train_SRnet.m", I got a bottom graph image.

1

What meaning is the gap between "train objective" and "val objective"? The "train objective" blue line is bottom against the "val objective" red line over epoch 3. I am so sorry every time, I am bother you. Thank you very much for your attention.

star4s avatar May 19 '17 00:05 star4s

  1. Train: CNN use the training data to tune the parameters so it usually over-fits the training set. (show a lower loss value)
  2. Validation: CNN did not see the validation data before. The validation result can reflect the "real" situation in the test setting. So it usually achieves a little bit higher loss.

layumi avatar May 19 '17 02:05 layumi