Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

RecursionError: maximum recursion depth exceeded when training around 2000 epochs #52

Open
danielhers opened this issue Nov 18, 2018 · 0 comments
Labels

Comments

@danielhers
Copy link
Owner

Looks like new sub-configs and sub-namespaces keep getting added.
Getting this when training on multiple formats (multitask) with many epochs, during dev evaluation:

  ...
  File "tupa/config.py", line 344, in set_format
    self.update_by_hyperparams()
  File "tupa/config.py", line 342, in set_format
    if f not in (None, "text"):
  File "tupa/config.py", line 405, in update_by_hyperparams
    def update_by_hyperparams(self):
  File "tupa/config.py", line 174, in __getitem__
    if item:
  File "tupa/config.py", line 162, in __init__
    class FallbackNamespace(Namespace):
RecursionError: maximum recursion depth exceeded
@danielhers danielhers added the bug label Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant