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
Hello,
I have a use case where I want to introduce a bitwise operation or as a custom layer. As a 1st step, I trained a simple model with 8-bit integers as follows:
Hello,
I have a use case where I want to introduce a bitwise operation or as a custom layer. As a 1st step, I trained a simple model with 8-bit integers as follows:
Then I want to add another layer that performs the following operation
(x | 5) % 256
, which looks similar to this in Keras:How can I proceed if I want to make the same in QKeras to be able to perform QAT with the custom layer?
The text was updated successfully, but these errors were encountered: