You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
i have a problem related to Wav2Lip-HQ pretraining. when i run Finetune ESRGAN i get this ouput:
Traceback (most recent call last):
File "basicsr/train.py", line 17, in
from basicsr.utils.options import dict2str, parse
ImportError: cannot import name 'parse' from 'basicsr.utils.options' (/usr/local/lib/python3.7/dist-packages/basicsr/utils/options.py)
Is there any solution?
The text was updated successfully, but these errors were encountered:
i have a problem related to Wav2Lip-HQ pretraining. when i run Finetune ESRGAN i get this ouput:
Traceback (most recent call last):
File "basicsr/train.py", line 17, in
from basicsr.utils.options import dict2str, parse
ImportError: cannot import name 'parse' from 'basicsr.utils.options' (/usr/local/lib/python3.7/dist-packages/basicsr/utils/options.py)
Is there any solution?
The text was updated successfully, but these errors were encountered: