Azure

Results 2 issues of Azure

I follow the Introduction tutorial of Block(http://blocks.readthedocs.io/en/latest/tutorial.html) and train a model. But how to use it? I mean how to use the model finish the task describe in Introduction tutorial....

when I try to run train.py, the error occurs: ljy@ubuntu:~/debug_seq2seq$ python bin/train.py Traceback (most recent call last): File "bin/train.py", line 9, in from lib.w2v_model import w2v File "/home/ljy/debug_seq2seq/lib/w2v_model/w2v.py", line 4,...