Closed lin2020 closed 4 years ago
There is an error in https://github.com/IBM/Autozoom-Attack/blob/d9e94f3b7ed67eb7db4b375344297bed0a391534/setup_codec.py#L142
TypeError: unhashable type: 'slice'
Maybe this code should change to
config2 = config['layers'][1::]
There is an error in https://github.com/IBM/Autozoom-Attack/blob/d9e94f3b7ed67eb7db4b375344297bed0a391534/setup_codec.py#L142
TypeError: unhashable type: 'slice'
Maybe this code should change to
config2 = config['layers'][1::]