plot_lr_loss#
- radionets.plotting.inspection.plot_lr_loss(learn, arch_name: str, out_path: str | Path, skip_last, output_format='png')[source]#
Plot loss of learning rate finder.
- Parameters:
- learnlearner-object
learner containing data and model
- arch_pathstr
name of the architecture
- out_pathstr
path to save loss plot
- skip_lastint
skip n last points