awei669 / VQ-Font

[ICCV 2023] Few shot font generation via transferring similarity guided global and quantization local styles
https://arxiv.org/abs/2309.00827
128 stars 6 forks source link

from .VQ_VAE import Model #2

Closed yishuaidu closed 1 year ago

yishuaidu commented 1 year ago

ModuleNotFoundError: No module named 'model.VQ_VAE'

awei669 commented 1 year ago

Hi, you can delete this line of code directly. Since I deleted ./model/VQ_VAE.py, this implementation is now in ./model/VQ_VAE.ipynb. I will correct this problem, thanks for pointing this.

awei669 commented 1 year ago

Close the issue, reopen the issue for any further questions.