rmast

Results 184 comments of rmast

Fused vs. original: ![image](https://user-images.githubusercontent.com/3341558/177574903-b3738ed2-881d-4f77-9801-0dc6cdec834a.png)

> Probably the problem is that the version 2.2 use pytorch-directml that use Directx12 not cuda. > > Try versions < 2.0 or just modify the code of 2.2 where...

Does that use a new CUDA-backend via directml? As your zip-file-contents have the big CUDA-driver removed?

I globally replaced "dml" to "cuda", but during the run there is no detailed error pointing to the line in which a missing library is suggested. I also commented out...

I guess to install torch-1.12.0+cu113-cp38-cp38-linux_x86_64.whl I will perform those steps and see...

No luck. I previously removed pytorch-directml and mica from the original requirements.txt This is the result of your steps: ``` (qs) C:\Users\rmast\QualityScaler>pip list Package Version ------------------------- ------------ altgraph 0.17.2 certifi...

I've seen 11.3 do something in 1.5.0. Another option would be to download PyCharm and put a breakpoint on process_upscale_multiple_images_torch

I'll try VsCode another time, it must be good as well. I got a CUDNN-error from upscale_image_and_save that went to an exception which wasn't caught before and not written in...

> Yes, the only way to communicate between the upscale process (the one that know what is happening) and the gui process (the one can modify the gui and write...

I thought I would do the same excercise for pytorch-directml compiled with CUDA and looked up some wheel for it. However I can only find very tiresome compile-it-yourself-procedures with a...