Open jrgriffiniii opened 8 months ago
Attempting to downgrade pytorch-lightning
to release 1.5.9 (in response to https://lightning.ai/docs/pytorch/1.5.9/extensions/logging.html#supported-loggers) then yields the following error:
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/utilities/apply_func.py", line 32, in <module>
from torchtext.data import Batch
ImportError: cannot import name 'Batch' from 'torchtext.data' (/usr/local/lib/python3.10/dist-packages/torchtext/data/__init__.py)
Please note that I was able to successfully start training once I had downgraded to pytorch-lightning
release 1.5.10.
Thank you very much for your superb and excellent paper (and, of course, for sharing your code base on GitHub)!
I am currently encountering the following when I attempt to reproduce some of this within my own environment:
It seems that
TestTubeLogger
has been deprecated frompytorch-lightning
: https://github.com/Lightning-AI/pytorch-lightning/issues/13958. Might there be anyone who has encountered this and found a solution please?