Pos_weight and reduce='none' in BCEWithLogitsLoss

Hi,
I’ve read here that when doing BCE loss without reduction I need to take care about normalization on my own. Is it also true with pos_weights?
I’ve read about it a bit (i.e. here) but still I am not sure how I would do it.