h3lio5 / linguistic-style-transfer-pytorch

Implementation of "Disentangled Representation Learning for Non-Parallel Text Style Transfer(ACL 2019)" in Pytorch
68 stars 21 forks source link

metrics #3

Open tigsss opened 4 years ago

tigsss commented 4 years ago

Hi, thanks for your great work! It really helped me understand the paper much better. I was able to get the model running but I was wondering if your code kept track of any automatic evaluation metrics as it was training. Thank you!

h3lio5 commented 4 years ago

@tigsss I'm really glad you liked it. I did plan on implementing automatic evaluation metrics similar to the ones used in the paper, such as a CNN classifier to check if the sentence style is successfully transferred, but unfortunately I did not get enough time implement evaluation and visualisation code as I got really busy in a project deadline in my college. I'm really sorry for the late reply😅.