ophirfrish commented on pull request #5617: URL: https://github.com/apache/tvm/pull/5617#issuecomment-1012057339
Hi, I working to increase our tensorflow version to 2.6.x and I have faced an issue with the test `_test_spop_resource_variables`. In our current tensorflow 2.4 version the test is expected to fail as the generated graph is not frozen. When I am executing the test with tensorflow 2.6, the generated graph seems to be identified as frozen, and as a result the test does not fail on the expected assertion that the graph is not frozen. https://github.com/apache/tvm/blob/de6a02258285006f7ca0936f76832a119491e606/tests/python/frontend/tensorflow/test_forward.py#L5411-L5432 I wonder if this test is still needed with tensorflow 2.6, and if so can you please advise how to update it? cc @jroesch @srkreddy1238 -- 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]
