From d84f588cb0d30730e8f3aecacab45d3a0fc9a4c5 Mon Sep 17 00:00:00 2001 From: LeungSamWai <37143073+LeungSamWai@users.noreply.github.com> Date: Tue, 13 Aug 2019 09:04:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 043999e..1e07b9d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository is the implementation of "Instance Enhancement Batch Normalizati ## Introduction Instance Enhancement Batch Normalization (IEBN) is an attention-based version of BN which recalibrates channel information of BN by a simple linear transformation. -![image](https://github.com/gbup-group/IEBN/blob/master/figures/iebn.jpg =50x50) +![image](https://github.com/gbup-group/IEBN/blob/master/figures/iebn.jpg){ width: 200px; } ## Requirement * Python 3.6 and [PyTorch 1.0](http://pytorch.org/)