Skip to content

Bug fix in NNInterface.save

Oliver Kirsebom requested to merge bug-fix-nn-interface-save into development

This merge request fixes a bug in the NNInterface.save method.

Done:

  • Created unit test to catch bug
  • Fixed bug
  • Updated changelog

Issue description

Attempt to save trained ketos model to protobuf format using the NNInterface.save method results in a TypeError:

TypeError: export_to_protobuf() got an unexpected keyword argument 'checkpoint_name'

Merge request reports