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
PS D:\xukai\Bert-VITS2-Extra-v2> python .\webui.py C:\Users\QHCM\.conda\envs\vits2\lib\site-packages\torchvision\datapoints\__init__.py:12: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) C:\Users\QHCM\.conda\envs\vits2\lib\site-packages\torchvision\transforms\v2\__init__.py:54: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) Traceback (most recent call last): File "D:\xukai\Bert-VITS2-Extra-v2\webui.py", line 20, in <module> from infer import infer, latest_version, get_net_g, infer_multilang File "D:\xukai\Bert-VITS2-Extra-v2\infer.py", line 14, in <module> from clap_wrapper import get_clap_audio_feature, get_clap_text_feature File "D:\xukai\Bert-VITS2-Extra-v2\clap_wrapper.py", line 6, in <module> from config import config File "D:\xukai\Bert-VITS2-Extra-v2\config.py", line 256, in <module> config = Config(args.yml_config) File "D:\xukai\Bert-VITS2-Extra-v2\config.py", line 237, in __init__ self.train_ms_config: Train_ms_config = Train_ms_config.from_dict( File "D:\xukai\Bert-VITS2-Extra-v2\config.py", line 147, in from_dict return cls(**data) TypeError: __init__() missing 2 required positional arguments: 'permanent_ckpt_start' and 'permanent_ckpt_interval'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
PS D:\xukai\Bert-VITS2-Extra-v2> python .\webui.py C:\Users\QHCM\.conda\envs\vits2\lib\site-packages\torchvision\datapoints\__init__.py:12: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) C:\Users\QHCM\.conda\envs\vits2\lib\site-packages\torchvision\transforms\v2\__init__.py:54: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) Traceback (most recent call last): File "D:\xukai\Bert-VITS2-Extra-v2\webui.py", line 20, in <module> from infer import infer, latest_version, get_net_g, infer_multilang File "D:\xukai\Bert-VITS2-Extra-v2\infer.py", line 14, in <module> from clap_wrapper import get_clap_audio_feature, get_clap_text_feature File "D:\xukai\Bert-VITS2-Extra-v2\clap_wrapper.py", line 6, in <module> from config import config File "D:\xukai\Bert-VITS2-Extra-v2\config.py", line 256, in <module> config = Config(args.yml_config) File "D:\xukai\Bert-VITS2-Extra-v2\config.py", line 237, in __init__ self.train_ms_config: Train_ms_config = Train_ms_config.from_dict( File "D:\xukai\Bert-VITS2-Extra-v2\config.py", line 147, in from_dict return cls(**data) TypeError: __init__() missing 2 required positional arguments: 'permanent_ckpt_start' and 'permanent_ckpt_interval'
Beta Was this translation helpful? Give feedback.
All reactions