HHousen / TransformerSum

Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive summarization datasets to the extractive task.
https://transformersum.rtfd.io
GNU General Public License v3.0
429 stars 58 forks source link

pytorch_lightning.callbacks update #79

Closed Inamul-Hassan closed 1 year ago

Inamul-Hassan commented 1 year ago

In helper.py update the pytorch_lightning.callbacks.base.Callback to pytorch_lightning.callbacks.Callback

HHousen commented 1 year ago

Technically a duplicate of #78. The solution is to downgrade pytorch-lightning to v1.6.5 by running pip install pytorch-lightning==1.6.5. See #78 for more details.