zhangchenxu528 / FACIAL

FACIAL: Synthesizing Dynamic Talking Face With Implicit Attribute Learning. ICCV, 2021.
GNU Affero General Public License v3.0
376 stars 83 forks source link

Change Scale to Resize #71

Closed Pranjalya closed 1 year ago

Pranjalya commented 2 years ago

transforms.Scale has been deprecated in newer versions of PyTorch TorchVision, so might result in error, including in the given Google Colab demo. Instead, transforms.Resize can be used.