Browse Source

Update README.md

Yijun Li 6 years ago
parent
commit
79099719dc
1 changed files with 1 additions and 3 deletions
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -6,7 +6,7 @@ Pytorch and Torch testing code of [CartoonGAN](http://openaccess.thecvf.com/cont
 
 - Linux
 - NVIDIA GPU
-- Pytorch 
+- Pytorch 0.3
 - Torch
 
 ```
@@ -78,8 +78,6 @@ th test.lua -input_dir YourImgDir -style Hosoda -gpu 0
 
 - The training code should be similar to the popular GAN-based image-translation frameworks and thus is not included here.
 
-- With a single GPU (~12GB memory), the largest image size for testing is ~500 now.
-
 ## Acknowledgement
 
 - Many thanks to the authors for this cool work.