From 4a9ca04e37f9bc0a4bb53695500160ede7a21b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=98=81=EC=A0=9C=20=EC=9E=84?= <iyj0121@ajou.ac.kr> Date: Fri, 8 Sep 2023 20:57:22 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c3b1f4..080056a 100755 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ Model 을 2 개 사용하여 SR-reconstruction 이 잘 되면 loss 값이 낮고 ## Code Clone this repository into any place you want. ```bash -git clone https://github.com/thstkdgus35/EDSR-PyTorch -cd EDSR-PyTorch +git@git.ajou.ac.kr:iyj0121/single-image-super-resolution-for-supervised-predictive-convolutional-attentive-block.git +cd single-image-super-resolution-for-supervised-predictive-convolutional-attentive-block ``` You can evaluate your models with widely-used benchmark datasets: -- GitLab