[Docs] Traceback (most recent call last): File "tools/train.py", line 135, in <module> main() File "tools/train.py", line 124, in main runner = Runner.from_cfg(cfg) File "/home/qwe/.local/lib/python3.8/site-packages/mmengine/runner/runner.py", line 445, in from_cfg runner = cls( File "/home/qwe/.local/lib/python3.8/site-packages/mmengine/runner/runner.py", line 292, in __init__ raise ValueError( ValueError: train_dataloader, train_cfg, and optim_wrapper should be either all None or not None, but got train_dataloader=None, train_cfg={'type': 'EpochBasedTrainLoop', 'max_epochs': 12, 'val_interval': 1}, optim_wrapper={'type': 'OptimWrapper', 'optimizer': {'type': 'SGD', 'lr': 0.02, 'momentum': 0.9, 'weight_decay': 0.0001}}. #2744
Traceback (most recent call last):
File "tools/train.py", line 135, in <module>
main()
File "tools/train.py", line 124, in main
runner = Runner.from_cfg(cfg)
File "/home/qwe/.local/lib/python3.8/site-packages/mmengine/runner/runner.py", line 445, in from_cfg
runner = cls(
File "/home/qwe/.local/lib/python3.8/site-packages/mmengine/runner/runner.py", line 292, in __init__
raise ValueError(
ValueError: train_dataloader, train_cfg, and optim_wrapper should be either all None or not None, but got train_dataloader=None, train_cfg={'type': 'EpochBasedTrainLoop', 'max_epochs': 12, 'val_interval': 1}, optim_wrapper={'type': 'OptimWrapper', 'optimizer': {'type': 'SGD', 'lr': 0.02, 'momentum': 0.9, 'weight_decay': 0.0001}}.
Branch
main branch https://mmdetection3d.readthedocs.io/en/latest/
📚 The doc issue
I am in the
mmdetection3d
directory and haven't made any modifications; I directly executed the command:But I received an error.
Suggest a potential alternative/fix
No response