krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

validation procedure #112

Closed vict0rsch closed 4 years ago

krisrs1128 commented 4 years ago

Some more details: right now, we are just looking at the training losses. This is not so bad for the GAN term, but is risky with the matching loss.

Assignment:

Let earth data read as input some index file, specifying which samples are for train and which are for validation
Create function to evaluate on the validation set, during training
Make sure this are also written to the logs
krisrs1128 commented 4 years ago

We now have a validation_ids parameter in the conf, to make sure evaluation is consistent across runs.