Dmitry Ulyanov

Results 106 comments of Dmitry Ulyanov

Updated the model to a better one https://github.com/DmitryUlyanov/texture_nets/commit/e303863e869ac20c91d4ea1b08de90c0317eadaf with the new one you will not need change `test.lua` since it is converted to CPU mode by default

Try lowering learning rate. Make sure you don't have `nan` and `inf` during training.

Hi, this path is correct: dataset/train/dummy/ dataset/val/dummy/ Maybe the problem is in symlinks and how torch treats them. Can you please try to place several images in these folders as...

What extension do the images have?

Don't know how to help, sorry...

This is most likely because you have other folders than `train` and `val` in the same directory (`train2014`, `val2014`). Or try to remove all files in `gen` directory and run...

@wulabs Did not see much difference if dataset is changed, but did not experimented much with it.

Well, it is arguable what are "good results" and "similar results", in texture nets v1 we've experimented with learning on 16 photos, and it worked better than on 80K. But...

Image dimensions should be multiple of 32.

@ArturoDeza Hi, try to move everything from `dataset/train/dummy/train2014` folder to `dataset/train/dummy` and remove `train2014`. Same with validation.