NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
Other
8.6k stars 1.2k forks source link

Async is a reserved word in Python >= 3.7 #119

Closed cclauss closed 3 years ago

cclauss commented 5 years ago

In https://github.com/pytorch/pytorch/pull/4999/files CUDA moved from using async (a syntax error in Python >= 3.7) to __non_blocking__.

cclauss commented 4 years ago

@jfpuget