Hello,
I would like to implement the CliquetNet neural networks with fully connected dense with Flux:
The network has some backward connection, I do not know the best way to implement the connection from the Flux.SkipConnection
and the Flux.Parallel
, as I understand only the forward connection is possible.
Does anyone have an idea?
Regards