Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use kaiming initialization for conv layers (#98)
use kaiming initialization for convolutional layers in dacapo models. This is important for our standard UNets since the default initialization is pretty terrible when following convolutions with ReLU's. might want to move this into individual architectures if you are playing around with non ReLU activations
- Loading branch information