1. 05 Jan, 2018 1 commit
  2. 04 Jan, 2018 1 commit
    • yselivonchyk's avatar
      ResNet-mixup example: align implementation with one, referenced by original paper. (#571) · e086f05a
      yselivonchyk authored
      * Align implementation with reference implementation used by paper.
      
      ResNet-18 with preactivation as by https://github.com/kuangliu/pytorch-cifar is using ResNet with preactivation block with 2 consecutive convolution layers in the block. Existing implementation was using 3.
      
      Weight decay was set incorrectly.
      
      Architecture aligned with main repository approach: defined functions for bottleneck and regular PreActResNet blocks
      
      Support for multiple depths added.
      
      * PreActivation block: no BnRelu should appear outside of the residual branch
      
      * Code migration clean up: blocks reareanged, variable names aligned
      
      * Correct reference implementation: BnRelu is used in identity branch only before a convolutional layer.
      
      * Updated model accuracies after sigle run
      
      * Documentation update
      
      * closer to mixup experiment settings
      
      * fix lint
      e086f05a
  3. 03 Jan, 2018 1 commit
  4. 02 Jan, 2018 5 commits
  5. 01 Jan, 2018 2 commits
  6. 30 Dec, 2017 4 commits
  7. 29 Dec, 2017 2 commits
  8. 28 Dec, 2017 3 commits
  9. 26 Dec, 2017 1 commit
  10. 23 Dec, 2017 1 commit
  11. 22 Dec, 2017 4 commits
  12. 21 Dec, 2017 2 commits
  13. 20 Dec, 2017 1 commit
  14. 19 Dec, 2017 11 commits
  15. 18 Dec, 2017 1 commit