czs0x55aa

Results 17 comments of czs0x55aa

I encountered the same issue, i see your repo only implementation for concat. my code as follows, it's support three method but not elegantly. ```python class Attn(nn.Module): def __init__(self, method,...

I guess you have not segment sentence, it's necessary for chinese.

I'm think Jieba is the simplest tool for text segmentation, and work fine in most case. Maybe you would be interested in other tools, like [NLPIR](https://github.com/NLPIR-team/NLPIR), [THULAC-Python](https://github.com/thunlp/THULAC-Python), [ltp](https://github.com/HIT-SCIR/ltp)

it's seem like same way support for batched mode ```python topv, topi = decoder_output.data.topk(1, dim=1) decoder_input = Variable(topi.squeeze(1)) ```

@sinllychen 你好,我搭建完已经能访问到`http://hadoop-master:18080/EMLStudio/`页面了,说明hosts配置没有问题。 但是在执行登陆等操作的时候会返回500错误,这个错误似乎是服务器端的原因吧. 关于第2点的解释,我还没有明白。我的/etc/hosts里面配置的地址应该取决于什么? 另一个比较困惑的一个地方是,`http://hadoop-master:18080`应该是运行在docker里面的吧?所以本地配置IDEA开发环境似乎没有必要?

@sinllychen 谢谢您的解答,确实使用localhost是能访问到。不过500的问题还没找到原因,我明天再找找原因。 目前已确认mysql运行正常(进mysql查看过,并且本地IDEA启动的话是可以登陆的)。 非常感谢你们的工作。 另外希望文档方面能够逐步完善。

@sinllychen 你好,QuickStart里面提供的百度网盘地址失效了

@sinllychen 打扰了,遇到了新的问题,不知如何解决 在执行Job中的example的时候出错,以下是Oozie中给出的Error Message。 ``` JA009: Permission denied: user=czs0x55aa, access=EXECUTE, inode="/tmp/hadoop-yarn/staging/czs0x55aa/.staging/job_1497590592086_0005":root:supergroup:drwxrwx--- at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:319) at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkTraverse(FSPermissionChecker.java:259) at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkPermission(FSPermissionChecker.java:205) at org.apache.hadoop.hdf ```

@nkzhlee 你好,我目前的所有操作都在同一台机子上执行的。编译器执行的环境是指什么?

@nkzhlee 系统是ubuntu 16.04,IDEA里JDK和docker里的版本不一致,和这个有关系?