Skip to content

Releases: pxl-th/ResNet.jl

Initial release

27 Jun 09:51
Compare
Choose a tag to compare
  • Implementations of ResNet model: 18, 34, 50, 101, 152.
  • Pretrained on ImageNet weights available for models: 18, 34, 50, 101, 152.
  • Note this release requires Flux#master to disable bias in convolutions
    and modification to trainable function for BatchNorm to be able to load pretrained weights.