mirror of
https://github.com/hexastack/hexabot
synced 2024-12-26 05:42:27 +00:00
fix: restore save call
This commit is contained in:
parent
896c546000
commit
3f5b98cc72
@ -125,6 +125,7 @@ class SlotFiller(tfbp.Model):
|
||||
# Persist the model
|
||||
self.extra_params["slot_names"] = slot_names
|
||||
self.extra_params["synonym_map"] = self.data_loader.get_synonym_map()
|
||||
self.save()
|
||||
|
||||
@tfbp.runnable
|
||||
def evaluate(self):
|
||||
|
Loading…
Reference in New Issue
Block a user