Skip to content

v0.4

Compare
Choose a tag to compare
@thesps thesps released this 25 Nov 15:16
· 83 commits to master since this release
6d6d721

New features:

  • Model save/load functionality. model.save() to export a JSON file, conifer.model.load_model(‘my_prj.json’) to load a saved model. The JSON file can also be used for C++ evaluation.
  • Better agreement of output predictions between VHDL backend and others using new FixedPointConverter module
  • model.build returns success status

Bug fixes:

  • Fix crash when writing project to existing directory