├── Instructions for adding CLR to Caffe.pdf ├── LICENSE ├── LRrange-solver.prototxt ├── README.md ├── architectures ├── CifarResNet-56.prototxt ├── ResNet52.prototxt ├── ResNet60.prototxt ├── ResNetCifar-56.prototxt └── Resnet56Cifar.prototxt ├── clrsolver.prototxt ├── interpolation ├── interpolateMany.sh ├── interpolationEvaluation.py └── interpolation_readme.txt ├── solver.prototxt └── train.sh /Instructions for adding CLR to Caffe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/Instructions for adding CLR to Caffe.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/LICENSE -------------------------------------------------------------------------------- /LRrange-solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/LRrange-solver.prototxt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/README.md -------------------------------------------------------------------------------- /architectures/CifarResNet-56.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/architectures/CifarResNet-56.prototxt -------------------------------------------------------------------------------- /architectures/ResNet52.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/architectures/ResNet52.prototxt -------------------------------------------------------------------------------- /architectures/ResNet60.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/architectures/ResNet60.prototxt -------------------------------------------------------------------------------- /architectures/ResNetCifar-56.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/architectures/ResNetCifar-56.prototxt -------------------------------------------------------------------------------- /architectures/Resnet56Cifar.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/architectures/Resnet56Cifar.prototxt -------------------------------------------------------------------------------- /clrsolver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/clrsolver.prototxt -------------------------------------------------------------------------------- /interpolation/interpolateMany.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/interpolation/interpolateMany.sh -------------------------------------------------------------------------------- /interpolation/interpolationEvaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/interpolation/interpolationEvaluation.py -------------------------------------------------------------------------------- /interpolation/interpolation_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/interpolation/interpolation_readme.txt -------------------------------------------------------------------------------- /solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/solver.prototxt -------------------------------------------------------------------------------- /train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lnsmith54/exploring-loss/HEAD/train.sh --------------------------------------------------------------------------------