JieyuZ2/wrench

No module named 'wrench.classification.self_training'

Closed this issue · 3 comments

Hi, I am trying to run run_denoise.py but I am getting the following error:

Traceback (most recent call last):
  File "run_denoise.py", line 5, in <module>
    from wrench.classification import Denoise
  File "/gpfs/space/home/wrench/wrench/classification/__init__.py", line 4, in <module>
    from .self_training import LDSelfTrain, DDSelfTrain
ModuleNotFoundError: No module named 'wrench.classification.self_training'

Could you please add LDSelfTrain and DDSelfTrain classes?

@andreaspung hey really sry! You could just delete the line 4 in wrench/classification/init.py, these two model haven’t been ready but will be released soon!

fixed in latest push

Hi Jieyu, thank you! It works now 👍