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
When I run the program, the error appears, I search many answers, but can not solve it, can you help me to look at it?
Global seed set to 23
Running on GPUs 0,
loaded pretrained LPAPS loss from specvqgan/modules/autoencoder/lpaps\vggishish16.pt
VQLPAPSWithDiscriminator running with hinge loss.
We will not save audio for conditioning and conditioning_rec
Traceback (most recent call last):
File "C:\Users\User1\Downloads\SpecVQGAN-main\train.py", line 657, in
trainer = Trainer.from_argparse_args(trainer_opt, **trainer_kwargs)
File "E:\ProgramData\anaconda3\envs\py39\lib\site-packages\pytorch_lightning\trainer\trainer.py", line 1952, in from_argparse_args
return from_argparse_args(cls, args, **kwargs)
File "E:\ProgramData\anaconda3\envs\py39\lib\site-packages\pytorch_lightning\utilities\argparse.py", line 66, in from_argparse_args
return cls(**trainer_kwargs)
File "E:\ProgramData\anaconda3\envs\py39\lib\site-packages\pytorch_lightning\utilities\argparse.py", line 348, in insert_env_defaults
return fn(self, **kwargs)
TypeError: init() got an unexpected keyword argument 'checkpoint_callback'
The text was updated successfully, but these errors were encountered:
SpecVQGAN/train.py
Line 703 in 8ab6981
Hi @v-iashin
When I run the program, the error appears, I search many answers, but can not solve it, can you help me to look at it?
Global seed set to 23
Running on GPUs 0,
loaded pretrained LPAPS loss from specvqgan/modules/autoencoder/lpaps\vggishish16.pt
VQLPAPSWithDiscriminator running with hinge loss.
We will not save audio for conditioning and conditioning_rec
Traceback (most recent call last):
File "C:\Users\User1\Downloads\SpecVQGAN-main\train.py", line 657, in
trainer = Trainer.from_argparse_args(trainer_opt, **trainer_kwargs)
File "E:\ProgramData\anaconda3\envs\py39\lib\site-packages\pytorch_lightning\trainer\trainer.py", line 1952, in from_argparse_args
return from_argparse_args(cls, args, **kwargs)
File "E:\ProgramData\anaconda3\envs\py39\lib\site-packages\pytorch_lightning\utilities\argparse.py", line 66, in from_argparse_args
return cls(**trainer_kwargs)
File "E:\ProgramData\anaconda3\envs\py39\lib\site-packages\pytorch_lightning\utilities\argparse.py", line 348, in insert_env_defaults
return fn(self, **kwargs)
TypeError: init() got an unexpected keyword argument 'checkpoint_callback'
The text was updated successfully, but these errors were encountered: