Yanfeng-Zhou / XNet

[ICCV2023] XNet: Wavelet-Based Low and High Frequency Merging Networks for Semi- and Supervised Semantic Segmentation of Biomedical Images
MIT License
187 stars 9 forks source link

About distributed training #22

Open s0mnus112 opened 3 months ago

s0mnus112 commented 3 months ago

Hello!Thank you so much for your work I would like to ask is there any effect on removing distributed training from model training. Thank you!

Yanfeng-Zhou commented 3 months ago

It will not have any impact on the training process, but the performance of distributed training is better. Please note that training and inference should be consistent for whether distributed training is used.

s0mnus112 commented 3 months ago

Thank you very much for your answer!!! I will note that.