IBM/Autozoom-Attack

bug report

Closed this issue · 0 comments

There is an error in

config2 = config[1::]

TypeError: unhashable type: 'slice'

Maybe this code should change to

config2 = config['layers'][1::]