You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "echuraev (via GitHub)" <gi...@apache.org> on 2023/05/11 07:37:14 UTC

[GitHub] [tvm] echuraev commented on a diff in pull request #14824: [Relay][BugFix] fix a bug about ReLu in the threshold attribute which causes a different results with keras

echuraev commented on code in PR #14824:
URL: https://github.com/apache/tvm/pull/14824#discussion_r1190755313


##########
tests/python/frontend/keras/test_forward.py:
##########
@@ -227,6 +227,7 @@ def test_forward_activations_except(self, keras_mod):
             act_funcs = [
                 keras_mod.layers.LeakyReLU(alpha=None),
                 keras_mod.layers.LEU(2, 3, 4),
+                keras_mod.layers.ReLU(threshold=None),

Review Comment:
   Is this behavior actual only for Keras <= 2.3.1?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org