flipdazed / weather-modelling

Deep Architectures for Weather Modelling
4 stars 1 forks source link

Plot parameters during training #6

Closed flipdazed closed 7 years ago

flipdazed commented 7 years ago

Aim Be able to visualise the parameters as training occurs - identify if gradients are blowing up

Outcome Plot cost vs. minibatch similar to https://deeplearning4j.org/visualization Plot magnitude of gradients as they are multi-dimensional

flipdazed commented 7 years ago

Need to:

flipdazed commented 7 years ago

Created class utils.visualise.Visualise_Runtime to hold data at run time and plot

Store data in python lists and save in HDF5 format with hickle or png with Pillow

flipdazed commented 7 years ago
flipdazed commented 7 years ago

Had to stop using hickle as it was causing errors for large arrays

flipdazed commented 7 years ago

Test with test.test_mlp and gnuplot

untitled