提交 555389db 编写于 作者: wgzqz's avatar wgzqz

delete assert adversarial_example.shape == self.__original.shape

上级 1405a74b
......@@ -87,7 +87,6 @@ class Adversary(object):
:return: bool
"""
assert adversarial_example.shape == self.__original.shape
ok = self._is_successful(adversarial_label)
if ok:
self.__adversarial_example = adversarial_example.reshape(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册