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 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
The text was updated successfully, but these errors were encountered:
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 ofpytorch_lightning.strategies.Strategy
. Example choices: auto, ddp, ddp_spawn, deepspeed, ... Find a complete list of options in our documentation at https://lightning.aiThe text was updated successfully, but these errors were encountered: