-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conv2D #10505 #11991
Conv2D #10505 #11991
Conversation
- Add TestFlags class base, add `apply_flags` method to handle applying test flags to arguments. - Refactored and update redundant code after adding the `apply_flags` method. - Added missing `on_device` parameter to `test_frontend_method`. - Updated `create_args_kwargs` to make use of the `on_device` parameter.
hey @sherry30, I have problem with explicit_paddings argument. Any help would be appreciated. Thanks |
while running the test for jax, it passes but for numpy it shows this
|
this is the error i get while running the tensorflow and jax tests
|
Co-authored-by: zaeemansari70 <[email protected]>
Reformat `DefaultDevice.__exit__()` to include type hints for `exc_type`, `exc_val`, and `exc_tb`
Co-authored-by: zaeemansari70 <[email protected]>
…ure it will have the same device as the other one when converted to [native]array regardless of default device (#11928)
Co-authored-by: Ved Patwardhan <[email protected]>
* Install CPU only version of torch, as there is no need to install cuDNN and CUDA * Install CPU only version of torch, as there is no need to install cuDNN and CUDA * Install CPU only version of torch There is no need to install cuDNN and CUDA. * Update Dockerfile * Updated torch installation to install CPU only * Updated torch installation to install CPU only * Install CPU-only torch * Updated torch installation Install CPU-only wheel * Pinned torch to latest * Unpinned versions of torch CPU * Unpinned versions of torch CPU * Updated Dockerfile Co-authored-by: Deeptendu Santra <[email protected]> * Remove nvidia-ml-py library * Delete requirements_cpu.txt * Added `optional_cpu.txt` * Updated `optional_cpu.txt`'s comments * Delete optional_cpu.txt * Install only cpu speific variant libraries * Minor change in Dockerfile * Reverted back * Defaulted to CPU-based libraries * test with optional_gpu * remove optional_gpu --------- Co-authored-by: Abhimanyu <[email protected]> Co-authored-by: Deeptendu Santra <[email protected]> Co-authored-by: Deeptendu Santra <[email protected]>
Co-authored-by: Lea Cornelio <[email protected]>
Co-authored-by: WilliamHirst [email protected]
…eeze step for torch backend
Add angle function to NumPy Frontend
Adding complex dtypes to numeric
Co-authored-by: agniiyer [email protected]
hi @sherry30 , this is what its generating, I am not able to understand to where make changes, where is the x_and_filters function description, maybe from that i can understand something |
Hi @kaushal07wick , there was a |
No description provided.