rl-attack-detection
rl-attack-detection copied to clipboard
ModuleNotFoundError: No module named 'tensorflow_addons'
Hi, I got this issue when running the code:
File "/home/ubuntu/src/cleverhans/cleverhans/attacks/init.py", line 27, in
However, tensorflow_addons is only for tf2, but your codes are based on tf 1. How could I solve this problem?