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