Skip to content

NetworkUnit 0.1.1

Compare
Choose a tag to compare
@rgutzen rgutzen released this 30 Aug 08:52
· 169 commits to master since this release

This patch contains:

  • a new backend class, which handles the storage of generated predictions in memory or on disk. To make use of it just set backend='storage' in the model instantiation. By default predictions are stored in memory. To change that set model.get_backend().use_disk_cache = True and model.get_backend().use_memory_cache = False .

  • various bug fixes

  • updated requirements.txt and environment.yaml