您好 能请教一下DIM项目的问题吗:
Traceback (most recent call last):
File "scripts/main.py", line 73, in <module>
run(controller)
File "/root/autodl-tmp/deepinfomax/cortex/cortex/main.py", line 39, in run
model.build()
File "/root/autodl-tmp/deepinfomax/cortex/cortex/_lib/models.py", line 416, in wrapped
return fn(*args, **kwargs)
File "/root/autodl-tmp/deepinfomax/DIM/cortex_DIM/models/controller.py", line 199, in build
super().add_nets(encoder=encoder) # Adds the encoder to the list of networks.
AttributeError: 'super' object has no attribute 'add_nets'