StyleFlow icon indicating copy to clipboard operation
StyleFlow copied to clipboard

Required pytorch version

Open blatr opened this issue 3 years ago • 1 comments

Hi!

Required pytorch version (1.1.0) is quite old especially if i want to use pytorch version of StyleGan2 which should be 1.7.1. Are there any strong reasons to stay with 1.1.0 on training\inference or i can safely upgrade it up to 1.7.1?

blatr avatar May 11 '21 23:05 blatr

The version is compatible with Tensorflow 1.15. You could replace the generator with the pytorch implementation and upgrade it.

RameenAbdal avatar Jan 09 '22 09:01 RameenAbdal