Closed hansoogithub closed 1 year ago
Hi, it is hard to tell from this. I am guessing your configs are not properly set up. The error message is telling you that your Trainer
is missing a logger
.
I can provide support for the officially released code, but unfortunately do not have time to provide support for errors arising on modified versions of the code.
Before making modifications to the project, I invite you to get familiar with how the released code works, and in particular how the lightning-hydra template works.
Good luck
PS: if you are interested in this project, don't forget to give it a ⭐, it matters to us !
sorry i have errors as below by running train.py using a modified the kitti-360 dataset, i did it by simply modifying the manifest of where the train,val,test files point to, and renaming kitti-360 to another instance in the configuration files how do i solve this? thank you