shentianxiao / language-style-transfer

Apache License 2.0
553 stars 135 forks source link

Add ipdb requirement #12

Open johntiger1 opened 6 years ago

johntiger1 commented 6 years ago

When I try to run the sample command, I get the following:

(CAE) johnchen@vws53:~/Desktop/git_stuff/language-style-transfer/code$ python style_transfer.py --train ../data/yelp/sentiment.train --dev ../data/yelp/sentiment.dev --output ../tmp/sentiment.dev --vocab ../tmp/yelp.vocab --model ../tmp/model Traceback (most recent call last): File "style_transfer.py", line 4, in <module> import ipdb ImportError: No module named ipdb

johntiger1 commented 6 years ago

Actually, nltk is also a dependency so I think that should be mentioned too