You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a new branch for SamplerV2 support for SamplerQNN, where both V1 and V2 primitives are supported for backward and forward calls.
Only base_sampler_gradient, spsa_sampler_gradient, param_shift_sampler_gradient are supported.
To do:
Add tests for V2 primitives to test/neural_networks/test_sampler_qnn.py.
Add changes to the tutorials.
Ensure torch connector works correctly.
The text was updated successfully, but these errors were encountered:
I made a new branch for SamplerV2 support for SamplerQNN, where both V1 and V2 primitives are supported for backward and forward calls.
Only base_sampler_gradient, spsa_sampler_gradient, param_shift_sampler_gradient are supported.
To do:
The text was updated successfully, but these errors were encountered: