瀏覽代碼

Added Snapshot Ensemble and second DenseNet

Contains two updates:

1. Adds a second DenseNet, which contains weights for DenseNet-40 trained on CIFAR-10 
2. Adds Snapshot Ensembles, with weights of WRN-16-4 model for CIFAR-10 and CIFAR-100.
Somshubra Majumdar 8 年之前
父節點
當前提交
f3ef7f6f3f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -69,7 +69,8 @@ If you have a high-quality tutorial or project to add, please open a PR.
 - Wide Residual Networks (with pre-trained weights): [1](https://github.com/asmith26/wide_resnets_keras) - [2](https://github.com/titu1994/Wide-Residual-Networks)
 - [Ultrasound nerve segmentation](https://github.com/jocicmarko/ultrasound-nerve-segmentation)
 - [DeepMask object segmentation](https://github.com/abbypa/NNProject_DeepMask)
-- [Densely Connected Convolutional Networks](https://github.com/tdeboissiere/DeepLearningImplementations/tree/master/DenseNet)
+- Densely Connected Convolutional Networks: [1](https://github.com/tdeboissiere/DeepLearningImplementations/tree/master/DenseNet) - [2](https://github.com/titu1994/DenseNet)
+- [Snapshot Ensembles: Train 1, Get M for Free](https://github.com/titu1994/Snapshot-Ensembles)
 
 ### Creative visual applications