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

Issue in preprocess.py #7

Open Aayush795 opened 4 years ago

Aayush795 commented 4 years ago

In preprocess.py shouldn't it be labels.file.write("neg" + "\n") in line number 57 If it is not the case, negative labels will not generate , right? @h3lio5

WeakMind commented 4 years ago

Yes, absolutely I wonder why no one pointed this out earlier. @h3lio5