Nielsencu

Results 2 comments of Nielsencu

Changed as per requested. However, now I am facing failed tests for my frontend function. May I know how can I see the debug output for the failed test?

Followed Pytorch's legacy Bilinear implementation : https://github.com/pytorch/pytorch/blob/79f5bf84e54d57a4c81912aeedb0b8a27f97c27e/torch/legacy/nn/Bilinear.py Is there an array creation API that allows creation of zeroes-filled ivy array by just supplying the shape? I had to use ivy.zeros_like...