We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When I followed these steps to test pre-trained model, I got this error:
(clmr) yunusemre.ozkose@server:/CLMR$ python main.py --dataset audio --dataset_dir /path/to/test_audio_dataset_dir Global seed set to 42 Traceback (most recent call last): File "main.py", line 129, in <module> module = module.load_from_checkpoint( File "/miniconda3/envs/cmlr/lib/python3.8/site-packages/pytorch_lightning/core/saving.py", line 137, in load_from_checkpoint return _load_from_checkpoint( File "/miniconda3/envs/cmlr/lib/python3.8/site-packages/pytorch_lightning/core/saving.py", line 205, in _load_from_checkpoint return _load_state(cls, checkpoint, strict=strict, **kwargs) File "/miniconda3/envs/cmlr/lib/python3.8/site-packages/pytorch_lightning/core/saving.py", line 250, in _load_state obj = cls(**_cls_kwargs) TypeError: __init__() missing 1 required positional argument: 'args'
There was a related bug in Lightning that seems to be solved. Could you state your PyTorch Lightning version?
The text was updated successfully, but these errors were encountered:
have you solved this issue? I'm having trouble with this same issue.
Sorry, something went wrong.
Hi @ee-jw , actually I even don't remember where/when I used this model, sorry.
No branches or pull requests
Hi,
When I followed these steps to test pre-trained model, I got this error:
There was a related bug in Lightning that seems to be solved. Could you state your PyTorch Lightning version?
The text was updated successfully, but these errors were encountered: