samunder singh

Results 33 comments of samunder singh

hey @hirwa-nshuti i have run all the tests locally all are passing but one warring has encounter from numpy backed expm1 function that is show here . ![image](https://github.com/unifyai/ivy/assets/83540902/135191d9-b84c-4eae-8af0-79bf8671e9be) do you...

![image](https://github.com/unifyai/ivy/assets/83540902/ce0753bc-48ec-40ef-8c34-1b7ac9e55c76) Finally all tests are passing locally. Now its Ready to merge . thank you

Hey @hirwa-nshuti That's awesome ! I really appreciate all the help and guidance you've provided throughout this process. It wouldn't have been possible without your valuable contributions. Thanks a ton...

use this ```bash conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch ```

hey @danielmunioz can you please review the PR. because its very hard to solve the merge conflict again and again also the some else merged PR will overlap with my...

hey @zaeemansari70 i changed the data type. now it,s passing all tests in my local. now its ready to merge. if any changes required please let me know. thank you

hey @zaeemansari70 solved the merge conflict. Now it's Ready to merge. thank you

hey @hello-fri-end i made all changes that are required. and all test are passing in my local. now you can check is there any changes required. Now its ready to...

hey @hello-fri-end now i assign the subtask to me and solved the merge. i implemented just to call the method from paddle frontend instande of calling from ivy frontend. i...

hey @Sam-Armstrong i have not calling the ivy.divide directly because the divide method is present in paddle frontend math.py so i called the method from paddle frontend math.py. is it...