NetworkUnit 0.1.1
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 setmodel.get_backend().use_disk_cache = True
andmodel.get_backend().use_memory_cache = False
. -
various bug fixes
-
updated requirements.txt and environment.yaml