Fix the Op info test for nn.functional.tanhshrink .. nn.functional.upsample_bilinear
- Find the lines 443 to 447 of test_ops.py and remove
nn.functional.tanhshrink .. nn.functional.upsample_bilinear from skip_list - Run op_info test with
pytest test/test_ops.py - Fix the failure.
Please refer to
this guide as guide to fix:
Also refer to these PRs: