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


##########
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:
   Yes, When Keras > 2.3.1, an assertion have been added to the Keras to crash 
this usage. Thus, this test is 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to