From 00ee65231b8e039b2751ce7bd7ea52c18fb48151 Mon Sep 17 00:00:00 2001 From: bryandlee Date: Wed, 17 Feb 2021 08:32:21 +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 e02a9bf..08f2d22 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## PyTorch Implementation of [AnimeGANv2](https://github.com/TachibanaYoshino/AnimeGANv2) -**Weight Conversion (Optional)** +**Weight Conversion (Optional, requires TensorFlow 1.x)** ``` git clone https://github.com/TachibanaYoshino/AnimeGANv2 python convert_weights.py @@ -20,4 +20,4 @@ python test.py --input_dir [image_folder_path]     -**Note:** Training code not included / Results looks slightly blurrier than the original ones. +**Note:** Training code not included / Tested on RTX3090 + PyTorch1.7.1