You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: