SPIresearch/EAAF

In msfuda_target_adaptation_evi.py, the network.ME function is missing

Opened this issue · 0 comments

When run the msfuda_target_adaptation_evi.py file, the following error occurs:

Traceback (most recent call last):
File "msfuda_target_adaptation_evi.py", line 1222, in
train_target(args)
File "msfuda_target_adaptation_evi.py", line 935, in train_target
net = network.ME(
AttributeError: module 'network' has no attribute 'ME'

It seems that the ME function is missing from the file. How can i solve this problem