chainer-fast-neuralstyle icon indicating copy to clipboard operation
chainer-fast-neuralstyle copied to clipboard

is there a tiny train dataset?

Open albertyou2 opened this issue 8 years ago • 4 comments
trafficstars

HI @yusuketomoto Nice work. The generate.py is fast and the result is good!

But the training speed is too slow! I have download the train2014 dataset and followed the instructions to train my own model. But I found that training on this dataset for 1 epoch needs nearly 24 hours with GFORCE GTX 1070(8G memory).

Then I set the batch_size to 2 , I got an out of memory error. Is there an small alternative dataset?Or is there a method for speed up?

albertyou2 avatar Dec 13 '16 05:12 albertyou2

@albertyou2 Please try resize-conv branch which converges much more first and quality might be better. Please also note that this branch is not compatible with master branch so to be careful when you use models trained by the other branch. I hope this answers your question.

yusuketomoto avatar Dec 14 '16 09:12 yusuketomoto

@yusuketomoto Thank you for reply ! I 'll try as you said.

albertyou2 avatar Dec 16 '16 01:12 albertyou2

@yusuketomoto Thank you for reply ! I 'll try as you said.

albertyou2 avatar Dec 16 '16 01:12 albertyou2

Also you don't need use the whole data, you can split data, just choose what you want

keefeWu avatar Dec 13 '19 06:12 keefeWu