Hong Xu

Results 374 comments of Hong Xu

I don't think it's possible to use CUDA at this stage.

This repo only performs inference. It was trained elsewhere: https://github.com/brade31919/SRGAN-tensorflow

Could you try again with the latest version?

To ensure PyTorch's compatibility, please wait until https://github.com/pytorch/pytorch/pull/33922 is merged.

I doubt so, at least legally. Apple provides no legitimate means to develop iOS apps natively on any systems other than MacOS: https://stackoverflow.com/questions/9570486/do-you-need-mac-os-x-to-develop-iphone-apps

Also sounds plausible to me

The reason I proposed to add a builtin keyword is that when I tried to install something depending on CEDET, el-get also tries to install the latest version for me...

I don't think there is a way to do this right now but we can discuss the possibility. One way to do it may be adding an "include" directive, then...

I revisit your problem again and I think your case may be a bit anti-pattern. `.editorconfig` is supposed to define consistent coding style for **each project**. If you use your...