MSDNet-PyTorch
MSDNet-PyTorch copied to clipboard
Model initialization exception
Thanks for sharing your code. I find some anomalous code In msdnet.py#L322.
these three "if branch" will not be excuted in func _init_weights(self, m).
https://github.com/kalviny/MSDNet-PyTorch/blob/c16a62be5b2166ef3333290aa8c39d0687c3c7ad/models/msdnet.py#L242-L264