xiaoiker/GCN-NAS

Questions on data generation

b224618 opened this issue · 3 comments

Hi,

The ntu_gendata.py file only generates data for xset but doesnt generate data for xsub or xview. But the configs are set for xsub and xview, and thus I fail to run the code. Could you please provide some instructions on this problem?

Thank you so much!

You have to change the line 155 to

benchmark = ['xsub', 'xset']

You have to change the line 155 to

benchmark = ['xsub', 'xset']

Thanks!

No problem :)