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 was looking at changing the conversion myself, but there isn't a Bounded Relu operator currently, and a whole new operator was a bit too daunting. Bounded Relu won't have the same memory inefficiencies as Maximum/Minimum, is only 1 operator instead of 2, and could be fused with the previous operator if appropriate.
(it's still me looking at the MI-GAN network that I provided a pt file for on a previous issue)
The text was updated successfully, but these errors were encountered:
@BmanClark I guess you need to create a issue for TFLite. Or, if your request is to run on CPU, then you can create a custom op and then you can update the conversion logic to map to that op.
I was looking at changing the conversion myself, but there isn't a Bounded Relu operator currently, and a whole new operator was a bit too daunting. Bounded Relu won't have the same memory inefficiencies as Maximum/Minimum, is only 1 operator instead of 2, and could be fused with the previous operator if appropriate.
(it's still me looking at the MI-GAN network that I provided a pt file for on a previous issue)
The text was updated successfully, but these errors were encountered: