Closed DeNeutoy closed 7 years ago
@matt-gardner This now works except I am having some issues with model serialisation - I think you might know more about that than me. Basically, Keras can't serialise the Param
objects which are arguments to layers....
@matt-gardner this now has all tests passing - can you just check you are happy with what I have done for the recurrence
classes - in order to not use dicts and pop off arguments but retain the same interface, I've had to allow passing arguments which aren't used. Don't know what you think about that, but I think changing it will be ugly because we'd then have to have conditions in the _get_recurrence_mode()
method of the MemoryNetwork
.
Bah, I rebased instead of merging. @matt-gardner is this ok, given that the commits will be squashed anyway?
fixes #300