Closed marcromeyn closed 1 year ago
This PR removes the Link object in favor of custom Blocks like ShortcutBlock and ResidualBlock. This is cleaner since it's more explicit that all elements inside a block use the same link.
Link
ShortcutBlock
ResidualBlock
https://nvidia-merlin.github.io/models/review/pr-1170
Goals :soccer:
This PR removes the
Link
object in favor of custom Blocks likeShortcutBlock
andResidualBlock
. This is cleaner since it's more explicit that all elements inside a block use the same link.