Leor Cohen
Results
2
issues of
Leor Cohen
When deleting the root (node.key == self.Root.key), the code doesn't set the new root's parent to None, which leads to unexpected behaviors. This is easy to fix by setting self.Root.parent...
Hi again (: I've found a small problem in the current implementation of the initiallization of the `RetNetDecoder` class. Specifically, to build a multi-layered model, this class uses `deepcopy` to...