Dmitry Ulyanov

Results 105 comments of Dmitry Ulyanov

I've converted VGG-19 and Alexnet from Caffe to Torch7 and then to Pytorch. Did so because other papers use these nets pretrained with Caffe. Models from pytorch's torchvision are different...

Hi, see the top of the readme. I experienced instabilities with Tesla V100 and P40 myself. I tried different pytorch and cudnn versions and it did not help. However I...

We used 12GB GPU. You can try to reduce the number of filters in the network or image resolution for example, there is a chance it still works nicely after...

We used Gimp, which is about the same...

I think you can google similar qustions (and answers) about [artistic style](https://github.com/jcjohnson/neural-style) and just plug in my code.

> Would it be possible that you (@DmitryUlyanov) add cmake to requirements.txt (like `cmake>=3.17.0` )? This would be great for automatic dependency solving and package builds and avoids issues as...

Please try to install with `python setup.py install`

It usually means that OpenMP was not found in the system. Although @kernc did a great job by improving compatibility with MacOS, some problems still emerge. Take a look at...

Updated the package. Please try now.