Add pirate network#604
Conversation
816b080 to
a140784
Compare
d7fd5d0 to
34e2565
Compare
dario-coscia
left a comment
There was a problem hiding this comment.
Everything look fine to me! The only thing I am wondering is if we really need PirateNetBlock. The reason why I am saying this, is to avoid to populate too much the pina.model.block module. The block itself can just be put inside the PirateNet model, I doubt it can be used otherwise as standalone. This is the same reasoning we adopted for ResidualFeedForward where all the logic is inside the network since the block itself cannot be reused by other models.
I agree with you, I can move the block definition to the same file of the |
Is it now ready for review? |
34e2565 to
97197d6
Compare
|
Hi @ndem0, @dario-coscia, @FilippoOlivo, I also update the doc for the forward of the block: I checked if the parameter |
Description
This PR fixes #603
Checklist