kwea123 / nerf_pl

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
https://www.youtube.com/playlist?list=PLDV2CyUo4q-K02pNEyDr7DYpTQuka3mbV
MIT License
2.74k stars 481 forks source link

cannot import name 'TestTubeLogger' from 'pytorch_lightning.logging' #201

Open rachcai opened 1 year ago

rachcai commented 1 year ago

When I try to run train.py using the provided terminal lines I get the issue "cannot import name 'TestTubeLogger' from 'pytorch_lightning.logging.'" I've tried switching versions of pytorch_lightning but that often runs into an issue with not being able to import something else from 'torch._six'. Is there a specific version of pytorch_lightning I should be using? The given one in the requirement is giving me the 'TestTubeLogger' issue.

aedutta commented 1 year ago

I have the same issue too. I believe it is because the library is outdated, will look into it more later today.

EinerderIdioten commented 1 year ago

this is because the TestTuberLogger is no longer maintained in V1.7.0, just use a previous version