xiongjie commited on
Commit
4bc54e4
1 Parent(s): 6636ce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,3 +1,5 @@
1
  This is super resolution model for anime like illustration that can upscale image 4x.
2
 
3
  This model can upscale 256x256 image to 1024x1024 within around 30[ms] on GPU and around 300[ms] on CPU.
 
 
 
1
  This is super resolution model for anime like illustration that can upscale image 4x.
2
 
3
  This model can upscale 256x256 image to 1024x1024 within around 30[ms] on GPU and around 300[ms] on CPU.
4
+
5
+ Example is [here](https://github.com/xiong-jie-y/ml-examples/tree/master/lightweight_real_esrgan_anime).