fvcore.nn.weight_init — detectron2 0.3 documentation

Source code for fvcore.nn.weight_init. # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. import torch.nn as nn. [docs]def c2_xavier_fill( module: ...

Lee mas