Closed b3326023 closed 5 years ago
In e575, e576, e577.py, filter_activations method, the return should be new_activationsinstead of activations.
filter_activations
new_activations
activations
Good catch! Thank you!
In e575, e576, e577.py,
filter_activations
method, the return should benew_activations
instead ofactivations
.