YangDi666 / 2s-AGCN-For-Daily-Living

2s-AGCN on Smarthome (dataset for daily living)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type Error : Super.__init__ takes atlast one argument (0 given)

HRKagdi opened this issue · comments

issue

I am running main.py for smarthome -cross-subject/train_joint.yaml
What should i do to resolve this error?

I suggest you to use Python3, for Python2, it should be:
super( GradualWarmupScheduler, self).init(optimizer)