• zimenglan's avatar
    use 'kaiming_uniform' to initialize resnet, disable gn after fc layer (#377) · 9b53d15c
    zimenglan authored
    * make pixel indexes 0-based for bounding box in pascal voc dataset
    
    * replacing all instances of torch.distributed.deprecated with torch.distributed
    
    * replacing all instances of torch.distributed.deprecated with torch.distributed
    
    * add GroupNorm
    
    * add GroupNorm -- sort out yaml files
    
    * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes
    
    * modification on 'group_norm' and 'conv_with_kaiming_uniform' function
    
    * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
    
    * use 'kaiming_uniform' to initialize resnet, disable gn after fc layer, and add dilation into ResNetHead
    9b53d15c
Name
Last commit
Last update
..
config Loading commit data...
csrc Loading commit data...
data Loading commit data...
engine Loading commit data...
layers Loading commit data...
modeling Loading commit data...
solver Loading commit data...
structures Loading commit data...
utils Loading commit data...
__init__.py Loading commit data...