From ccce686d0800de91610463bcdbff01e0ad9dbf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faz=C4=B1l=20Alt=C4=B1nel?= Date: Wed, 10 Oct 2018 20:19:51 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e891af1..59c0821 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CINIC-10-TFLoader -This repository contains a data loader of "[CINIC-10] (https://github.com/BayesWatch/cinic-10)" dataset for TensorFlow. A training case using TFLearn is given in `residual_network_cinic10.py`. +This repository contains a data loader of "[CINIC-10](https://github.com/BayesWatch/cinic-10)" dataset for TensorFlow. A training case using TFLearn is given in `residual_network_cinic10.py`. CINIC-10 data can be loaded with the line below: ```