1
0
Fork 0
mirror of synced 2024-06-18 19:04:30 +12:00

update README.md

This commit is contained in:
nagadomi 2015-05-21 10:33:46 +09:00
parent 2ecd3a4006
commit 364ae0681f

View file

@ -152,7 +152,7 @@ Genrating a file list.
```
find /path/to/image/dir -name "*.png" > data/image_list.txt
```
(You should use PNG! In my case, waifu2x is trained by 3000 PNG images.)
(You should use PNG! In my case, waifu2x is trained with 3000 high-resolution-beautiful-PNG images.)
Converting training data.
```