Dmitry Ulyanov

Results 7 issues of Dmitry Ulyanov

When loading pretrained vgg and alexnet in python 3.6: ``` 'ascii' codec can't decode byte 0xc3 in position 875: ordinal not in range(128) ```

Fix case when `OVERRIDE_TORCH_CUDA_ARCH_LIST` is present. Currently, Magma is getting erased and pytorch is built without Magma support.

cla signed

They are just black, is it ok?

Hi, I think I visited the demo several days ago and it looked like this ![image](https://user-images.githubusercontent.com/6727524/175810728-430a48d8-8eec-44ad-88ac-40c31add9c60.png) And now there is a material theme. How is it possible to change the...

Hello David, I cannot get working SPEN denoising example. First I got an exception about `inference_net` being `nil` in `RNNInference.lua`, which I fixed somehow by setting `inference_net = nn.Identity`. But...

Layers accept learn_rate but do not use them.