mingyuliutw / UNIT

Unsupervised Image-to-Image Translation
Other
1.98k stars 360 forks source link

Pytorch does not support torch.utils.serialization anymore #115

Closed timothylimyl closed 3 years ago

timothylimyl commented 3 years ago

Hi there,

I was wondering on whether are there any alternatives to deal with the error caused by import load_lua ?

I tried both the Docker and conda method, both failed.

mingyuliutw commented 3 years ago

@timothylimyl The updated UNIT implementation is available at

https://github.com/NVlabs/imaginaire

Support should be better there.