You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: