From efdd1d55dcab37bce2c42381a1441c0ad1a2818e Mon Sep 17 00:00:00 2001 From: Felix Yu Date: Fri, 12 May 2017 17:06:35 +0800 Subject: [PATCH] Added folder to store ImageNet weights --- README.md | 2 -- imagenet_models/README.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 imagenet_models/README.md diff --git a/README.md b/README.md index 3532c6c..618487f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # DenseNet-Keras with ImageNet Pretrained Models -## Introduction - This is an [Keras](https://keras.io/) implementation of DenseNet with [ImageNet](http://www.image-net.org/) pretrained weights. The weights are converted from [Caffe Models](https://github.com/shicai/DenseNet-Caffe). The implementation supports both [Theano](http://deeplearning.net/software/theano/) and [TensorFlow](https://www.tensorflow.org/) backends. To know more about how DenseNet works, please refer to the [original paper](https://arxiv.org/abs/1608.06993) diff --git a/imagenet_models/README.md b/imagenet_models/README.md new file mode 100644 index 0000000..451e402 --- /dev/null +++ b/imagenet_models/README.md @@ -0,0 +1 @@ +## Download ImageNet pretrained weights to this folder