Mohamad H. Danesh

Results 39 comments of Mohamad H. Danesh

Here is a link to MobileNets paper: https://arxiv.org/abs/1704.04861

I guess it's only on arxiv.

Could you give us more info? e.g. the output, the errors, etc.

Same issue on macOS big sur 11.4.

Thanks for your contribution :) Could you please write a test for the implemented method as well here `test_frontends/test_tensorflow/test_tensor.py`? Thanks!

Hi @AbhishekJha22 1. You shouldn't be worried about those. The only thing that matters is that your changes don't result in test failures. 2. Yes, they will. To learn more...

Removing it from the supported_dtypes tuple would be fine. As it appears, your changes are fine regarding the `test-frontend-tensorflow`. You just need to take care of the `lint` tests, then...

Thanks! You did a good job as your first contribution. I made a few small changes to resolve conflicts with master and also pass the lint tests. When the test-frontend-tensorflow...

According to the test-frontend-tensorflow, `test_tensorflow_instance_pow` is failing. Could you take a look at it?

Yes, the only issue is with the falsifying example. If that's not permitted in TF and Numpy then I'd suggest to change to something that is permitted, so we could...