martiansideofthemoon / style-transfer-paraphrase

Official code and data repository for our EMNLP 2020 long paper "Reformulating Unsupervised Style Transfer as Paraphrase Generation" (https://arxiv.org/abs/2010.05700).
http://style.cs.umass.edu
MIT License
230 stars 45 forks source link

Classifier training has zero LR after 50% training #9

Open martiansideofthemoon opened 3 years ago

martiansideofthemoon commented 3 years ago

https://github.com/martiansideofthemoon/style-transfer-paraphrase/blob/master/style_paraphrase/style_classify/examples/train_cds.sh#L54

This is a mismatch from the template script, which would assign an update frequency of 8. Should not lead to a major change in performance though. More details in an email sent to kalpesh@cs.umass.edu (thread date Nov 16, 2020, email date Dec 16, 2020). Originally reported by @philno