trying to train Efficient net #7465
-
But I keep getting this error. I have no what it's about. A hint will be really helpful. Thanks in advance. AttributeError Traceback (most recent call last) /opt/conda/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py in fit(self, model, train_dataloader, val_dataloaders, datamodule) /opt/conda/lib/python3.7/site-packages/pytorch_lightning/trainer/training_loop.py in setup_fit(self, model, train_dataloader, val_dataloaders, datamodule) /opt/conda/lib/python3.7/site-packages/pytorch_lightning/utilities/parsing.py in clean_namespace(hparams) AttributeError: 'property' object has no attribute 'items' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What's the type of LitPlant? Are you passing an instance of the class or the class type to trainer.fit() ? |
Beta Was this translation helpful? Give feedback.
What's the type of LitPlant? Are you passing an instance of the class or the class type to trainer.fit() ?