sillsdev / silnlp

A set of pipelines for performing experiments on various NLP tasks with a focus on resource-poor/minority languages.
Other
30 stars 4 forks source link

Onboarding App: Error when running alignments #405

Open Enkidu93 opened 3 weeks ago

Enkidu93 commented 3 weeks ago

Inconsistent error when running alignments:



  File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main

    return _run_code(code, main_globals, None,

  File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code

    exec(code, run_globals)

  File "/mount/src/silnlp/silnlp/nmt/experiment.py", line 197, in <module>

    main()

  File "/mount/src/silnlp/silnlp/nmt/experiment.py", line 178, in main

    exp = SILExperiment(

  File "<string>", line 16, in __init__

  File "/mount/src/silnlp/silnlp/nmt/experiment.py", line 34, in __post_init__

    self.clearml = SILClearML(self.name, self.clearml_queue, commit=self.commit)

  File "<string>", line 10, in __init__

  File "/mount/src/silnlp/silnlp/nmt/clearml_connection.py", line 48, in 

__post_init__

    self._load_config()

  File "/mount/src/silnlp/silnlp/nmt/clearml_connection.py", line 124, in 

_load_config

    self.task.connect(mutable=config, name="config")

  File "/home/adminuser/venv/lib/python3.8/site-packages/clearml/task.py", line 

1438, in connect

    return method(mutable, name=name)

  File "/home/adminuser/venv/lib/python3.8/site-packages/clearml/task.py", line 

3740, in _connect_object

    a_dict = {

  File "/home/adminuser/venv/lib/python3.8/site-packages/clearml/task.py", line 

3743, in <dictcomp>

    for k, v in cls_.__dict__.items()

AttributeError: 'NoneType' object has no attribute '__dict__'```
Enkidu93 commented 3 days ago

@pandanautinspace Have you seen this error at all?

pandanautinspace commented 2 days ago

I believe I have not encountered this error yet

Enkidu93 commented 2 days ago

I can't seem to find my record of the set-up that caused this error. I'll move this to On Hold until we see it again.