Closed mathDR closed 3 months ago
You can write a module that has the functionality you want, and use it in your bigger model. Like https://github.com/patrick-kidger/equinox/issues/809#issuecomment-2303854615 for example
Awesome! Thanks for the example, that is totally clear,
Is there a way to add a bespoke layer? In particular, I am trying to reproduce a
torch
model that has aPixelShuffle(2)
layer embedded in ann.Sequential()
call.What would be the best way to do that?