MeteoSwiss / MeteoSwiss/ldcast
ValueError
- Dominant language
- Python
- Stars
- 146
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
When running python train_autoenc.py --model_dir="../models/autoenc_train", I get this error:
ValueError:
You selected an invalid strategy name: `strategy=None`. It must be either a string or an instance of `pytorch_lightning.strategies.Strategy`. Example choices: auto, ddp, ddp_spawn, deepspeed, ... Find a complete list of options in our documentation at https://lightning.ai
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with train_autoenc.py and reproduce the reported command to trace where strategy=None is supplied to PyTorch Lightning. Check the relevant configuration or argument handling and verify the command no longer raises the invalid strategy ValueError with an accepted strategy value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100