Mobilenetv2
A model that embedded with Multi-Task-Learning-training
Implementation
- Replace every
Conv2d
andBN2d
Layer in pytorch withlayer_node.Conv2dNode
, orlayer_node.BN2dNode
, with your interested task and wrapSequential
usinglayer_node.Sequential
- Inherited from
mtl_model.mtl_model
and callself.compute_depth()
at the end of__init__()
.