DIM icon indicating copy to clipboard operation
DIM copied to clipboard

A TypeError in running

Open fenoix opened this issue 3 years ago • 0 comments

Hi, I got a TypeError when I run the main.py, the message is this, and my workdir is E:\pythonProjectTorch/DIM, Traceback (most recent call last): File "E:/pythonProjectTorch/DIM/scripts/main.py", line 70, in controller = Controller(inputs=dict(inputs='data.images'), **models) File "E:\pythonProjectTorch\DIM\cortex_DIM\models\controller.py", line 126, in init super().init(inputs=inputs) TypeError: init() got an unexpected keyword argument 'inputs'

fenoix avatar May 24 '21 08:05 fenoix