Dmitry Ulyanov
Dmitry Ulyanov
Hello, I've never tried to use resnet and have no clue for this segfault...
Hi, I think torch enumerates GPU' from 1. If you have only one GPU you can omit this argument. On Thu, 22 Jun 2017, 05:58 吴强, wrote: > *I have...
For some reason cudnn is used for cpu version. It is a bug, but still I do not think you will be training the models on cpu, as it takes...
I will take a look today. Probably I cut something important.. On 10 Aug 2016 10:39 a.m., "XPeng" [email protected] wrote: > is there any parameter like "style scale" mentioned by...
@Heartsie @xpeng @sheerun Hello, first you need to understand, that you need to explore style images which work good. I've tried hundreds of images, with tons of different parameters to...
@htoyryla Nice result. I think it's all about style image too, I spent several days tuning params for a certain style and never got good results. For others any parameters...
@zikzxak Since only ratio between `content_weight` and `style_weight` matters, you can fix `content_weight` to 1 and play only with style weight. Your image clearly has less style than mine. Try...
I typically use 1e-3 lr for Johnson's model and 1e-2 (or higher) for others. What batch size did you have? Probably there is a problem in dataloader and it does...
It is probably something with learning rate, I tested both, I will take a look.
I cannot reproduce it, can you please specify your cmd?