Serge-weihao/CCNet-Pure-Pytorch

inplace_abn usage

Closed this issue · 2 comments

Hi,
thank you a lot for your implementation. I'd like to clarify one moment.

In README file you state that you decided not to use Cuda inplace-abn. However, there're number of imports from inplace_abn (e.g. in networks/ccnet.py) which are used further. What should I do with them?

Thank you in advance!

image
image

Those are not implemented by the program obviously. You can removed them directly. checkpoint in pytorch is very convenient, so the inplace_abn is not necessary now.

Surely, I confused it with the original repository! Thanks a lot!