From a9d938b4f5433edeb69011dac072f3b46a31701d Mon Sep 17 00:00:00 2001 From: Yuwen Heng <15895948+123mutourener@users.noreply.github.com> Date: Mon, 6 Jun 2022 11:44:37 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73226a6..5c2499c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This is the official repository of the paper "Enhancing Material Features Using Dynamic Backward Attention on Cross-Resolution Patches". To install the dependencies, please refer to the conda env file. -''' +``` conda env create -f environment.yml -''' +``` Or, if you prefer using docker, please pull our prepared image: -''' +``` docker pull 123mutouren/cv:1.0.0 -''' +``` -- GitLab