jikechao commented on PR #15175: URL: https://github.com/apache/tvm/pull/15175#issuecomment-1614477057
@Hzfengsy Thanks for your comments! I have figured out this CI failure. The default value of **layout** in `verify_keras_frontend()` is 'NCHW', which is different from the default value (i.e., NHWC )for Concatenate layer. Thus in the test, we must specify the layout value. BTW, if -- 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]
