JuliaWolleb / Diffusion-based-Segmentation

This is the official Pytorch implementation of the paper "Diffusion Models for Implicit Image Segmentation Ensembles".
MIT License
271 stars 35 forks source link

Will the setting of Batch size affect the performance of the model? #50

Closed 648lsf closed 8 months ago

648lsf commented 9 months ago

Will the setting of Batch size affect the performance of the model?

JuliaWolleb commented 8 months ago

I don't think so. There is no batch normalization in the architecture. And I did not observe any performance drop when changing the batch size even to 1.