yccyenchicheng / pytorch-SegInpaint

A PyTorch Implementation of Segmentation for Image Inpainting based on SPG-Net: https://arxiv.org/abs/1805.03356
19 stars 2 forks source link

Deeplabv3+ or FCN? How to train SP-Net and SG-Net 200 Epochs first, and then train 100 Epochs together #5

Open isgangzi opened 3 years ago

isgangzi commented 3 years ago

你好,为什么架构图中和代码里是FCN网络,但是论文中是deeplabv3+网络。并且,如何先分别训练200个Epochs的SP-Net和SG-Net,再联合训练100次。 代码中貌似是直接联合训练100次

Season-Chan commented 2 years ago

你好,为什么架构图中和代码里是FCN网络,但是论文中是deeplabv3+网络。并且,如何先分别训练200个Epochs的SP-Net和SG-Net,再联合训练100次。 代码中貌似是直接联合训练100次

确实,说好的deeplabv3+呢?