From 96b4ff81d6b19279e0133f632fbc82577fc9e190 Mon Sep 17 00:00:00 2001 From: Hyeonseob Nam Date: Fri, 1 Nov 2019 23:07:01 +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 0835225..e5ca12d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Batch-Instance-Normalization -This repository provides an example of using [Batch-Instance Normalization (NIPS 2018)](https://arxiv.org/abs/1805.07925) for classification on CIFAR-10/100, written by [Hyeonseob Nam](https://www.linkedin.com/in/hyeonseob-nam/) and [Hyo-Eun Kim](https://www.linkedin.com/in/hekim0530/) at [Lunit Inc.](https://lunit.io/) +This repository provides an example of using [Batch-Instance Normalization (NIPS 2018)](https://arxiv.org/abs/1805.07925) for classification on CIFAR-10/100, written by [Hyeonseob Nam](https://hyeonseobnam.github.io/) and [Hyo-Eun Kim](https://www.linkedin.com/in/hekim0530/) at [Lunit Inc.](https://lunit.io/) Acknowledgement: This code is based on [Wei Yang's pytorch-classification](https://github.com/bearpaw/pytorch-classification)