Releases: pxl-th/ResNet.jl
Releases · pxl-th/ResNet.jl
Initial release
- 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 totrainable
function forBatchNorm
to be able to load pretrained weights.