You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在main.py中, flags.DEFINE_integer("seg_dim", 20, "Embedding size for segmentation, 0 if not used") #句子的最长长度,循环次数
这里seg_dim的意思还是不太理解;
在data_utils.py中,似乎有mapping?不是很理解它的作用,一般都是直接使用词(字)嵌入? 另外,使用的是预先训练好的character embedding based on the wiki?所以对这个mapping很疑惑。
The text was updated successfully, but these errors were encountered:
在main.py中,
flags.DEFINE_integer("seg_dim", 20, "Embedding size for segmentation, 0 if not used") #句子的最长长度,循环次数
这里seg_dim的意思还是不太理解;
在data_utils.py中,似乎有mapping?不是很理解它的作用,一般都是直接使用词(字)嵌入? 另外,使用的是预先训练好的character embedding based on the wiki?所以对这个mapping很疑惑。
The text was updated successfully, but these errors were encountered: