cnellington / Contextualized

An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters.
http://contextualized.ml/
GNU General Public License v3.0
65 stars 9 forks source link

File & Message Cleanup #216

Open cnellington opened 1 year ago

cnellington commented 1 year ago

For easy modules (and other high-level tools) we probably don't want to retain any checkpoint information or output any unnecessary warnings, just output results. We should add some cleanup functions to remove checkpoints and other extra files generated by easy modules and silence most pytorch messages.