Jensun Ravichandran 81346785bd Cleanup models
Siamese architectures no longer accept a `backbone_module`. They have to be
initialized with an pre-initialized backbone object instead. This is so that the
visualization callbacks could use the very same object for visualization
purposes. Also, there's no longer a dependent copy of the backbone. It is
managed simply with `requires_grad` instead.
2021-05-17 17:00:23 +02:00
..
2021-05-17 17:00:23 +02:00
2021-05-13 15:22:01 +02:00
2021-05-13 15:22:01 +02:00
2021-05-17 17:00:23 +02:00
2021-05-17 16:59:35 +02:00
2021-05-11 16:13:00 +02:00
2021-05-17 16:59:22 +02:00