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.
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.