Fix the Op info test for native_dropout_backward .. nn.functional.binary_cross_entropy_with_logits
- Find the lines 413 to 417 of test_ops.py and remove
native_dropout_backward .. nn.functional.binary_cross_entropy_with_logits 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: