rlaphoenix / VSGAN

PyTorch-based Super-Resolution and Restoration Image Processing Module for VapourSynth
https://vsgan.phoeniix.dev
MIT License
190 stars 13 forks source link

Torch 2.0 compatible. #34

Closed Selur closed 1 year ago

Selur commented 1 year ago

I'm trying to get Python 3.11 + Vapoursynth R62 + pyTorch + VSGAN working on Windows. Looking at https://download.pytorch.org/whl/torch/ the only Python 3.11 builds seem to be either Torch 2.0 or for Linux. => Does VSGAN work with pyTorch 2.0 or do you know a source for a Python 3.11 compatible pyTorch version for Windows?

rlaphoenix commented 1 year ago

Hi Selur,

I'm not sure if PyTorch 2.0 is compatible as I've never tried. Have you given it a shot and see what happens?

Selur commented 1 year ago

No, haven't tried it, but I'll test it tomorrow and report back. (I know that some of HolyWus projects do not support PyTorch 2.0, so I through I might ask before I try. ;))

Selur commented 1 year ago

Did test: