Open JackKelly opened 3 years ago
We can probably close this issue when https://github.com/openclimatefix/nowcasting_dataloader/pull/92 is finished
Yea, I was thinking of dividing up the plotting functions - maybe some overlap.
Esentially plotting Batch
, will be slightly different from plotting BatchML
. The models should receiver something like BatchML
and then can be plotted then
Sounds good!
My notebook in nowcasting_dataloader is (almost) entirely focused on plotting the tensors that are produced by SatFlowDataset
: I wanted to get as close as possible to what the ML models are seeing; and plot the position encodings. For diagnosing ML training issues, I think it's important to see exactly what the ML model is seeing...
Thats good - go that we are not doubling work
Now that @peterdudfield has implemented some plotting functions (in #46), it'd be great to plot a bunch of batches to visually inspect the data going into our models, to make sure we're training our models on sane data :slightly_smiling_face: