Plotting (radionets.plotting)#

Introduction#

radionets.plotting contains plotting methods for the deep-learning framework.

Submodules#

Reference/API#

radionets.plotting Package#

Functions#

plot_loss(learn, model_path[, output_format])

Plot train and valid loss of model.

plot_lr(learn, model_path[, output_format])

Plot learning rate of model.

plot_lr_loss(learn, arch_name, out_path, ...)

Plot loss of learning rate finder.

Classes#

Hist(outpath[, plot_format, hist_kwargs, ...])