GRAYgoose124/mimic

model save/load only records weights

Closed this issue · 2 comments

See here. Eventually, error_fn and activation_fn will both need to be saved, as well as various metadata.

This isn't a huge issue because numpy's savez function can dump a dict - we can just include other keys eventually.