YihengZhang-CV / LPS-Net

Lightweight and Progressively-Scalable Networks for Semantic Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training results on ImageNet and Cityscapes

Asthestarsfalll opened this issue · comments

I trained the lpsnet-m on ImageNet 1k for 100 epoch with batch size 1024.The detials are as follows:
Optimizer:
image
Data augments:
image
Eval dataset:
image
result:
image

Then I use the pre-trained model to train a lpsnet-m on cityscapes for 180k iterations with batch size 16. The detials are as follows:
Loss function:
image
lr_scheduler:
image
Optimizer:
image
Data augments:
image
Eval dataset:
image
Result:
image

Could you please tell me more details about training settings?
And did you finetune model after fusing CONV and BN?