birdwcp
Results
2
issues of
birdwcp
loc_layers += [nn.Conv2d(v.out_channels, cfg[i] * 4,kernel_size=3, padding=1)] conf_layers += [nn.Conv2d(v.out_channels, cfg[i] * num_classes, kernel_size=3, padding=1)] the kernel_size is 3 in the the loc_layers and conf_layers. From My Understanding,to make the...
how about the speed of the ssd16(FP16 version) running on TX1 ?