1. 09 Jan, 2018 1 commit
  2. 08 Jan, 2018 2 commits
  3. 07 Jan, 2018 3 commits
  4. 06 Jan, 2018 5 commits
  5. 05 Jan, 2018 6 commits
  6. 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
  7. 03 Jan, 2018 1 commit
  8. 02 Jan, 2018 5 commits
  9. 01 Jan, 2018 2 commits
  10. 30 Dec, 2017 4 commits
  11. 29 Dec, 2017 2 commits
  12. 28 Dec, 2017 3 commits
  13. 26 Dec, 2017 1 commit
  14. 23 Dec, 2017 1 commit
  15. 22 Dec, 2017 3 commits