JohnGiorgi / DeCLUTR

The corresponding code from our paper "DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations". Do not hesitate to open an issue if you run into any trouble!
https://aclanthology.org/2021.acl-long.72/
Apache License 2.0
378 stars 33 forks source link

How to plot the learning curve from the output logs created post training of declutr? #234

Closed kingafy closed 3 years ago

JohnGiorgi commented 3 years ago

Hi @kingafy,

You might be better off using Tensorboard. We are using AllenNLP 1.1.0 so the relevant documentation is here.

Otherwise, I am not sure. You would need to parse the logs and plot the data yourself with matplotlib or something comparable.