Skip to content

Commit

Permalink
Added se_resnet to list of classification networks
Browse files Browse the repository at this point in the history
  • Loading branch information
pritesh-mehta committed Aug 30, 2018
1 parent ca04926 commit daf2906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions niftynet/engine/application_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

# classification
"resnet": 'niftynet.network.resnet.ResNet',
"se_resnet": 'niftynet.network.se_resnet.SE_ResNet',

# autoencoder
"vae": 'niftynet.network.vae.VAE'
Expand Down

0 comments on commit daf2906

Please sign in to comment.