Exemplo n.º 1
0
 def _init_modules(self):
     SSD._init_modules(self)
     VMRN._init_modules(self)
Exemplo n.º 2
0
 def _init_modules(self):
     assert cfg.TRAIN.VMRN.RELCLS_GRAD, "No gradients are applied to relationship convolutional layers."
     SSD._init_modules(self)
     VMRN._init_modules(self)