Saving show_results plot to disk

I’m running training outside of a notebook environment. Is there any way that I can save the learn.show_results() plot to disk so that I can send it to myself after training completes to view?

Yes, by passing return_fig=True you’ll get back the maplotlib figure that you can save.

3 Likes