text-generation-using-keras icon indicating copy to clipboard operation
text-generation-using-keras copied to clipboard

文本生成

Results 2 text-generation-using-keras issues
Sort by recently updated
recently updated
newest added

感谢您提供的模型,我注意到文本数据使用了jieba进行分词,我才尝试的时候发现对于较长文本,分词后最后一层dense的参数过多了,我的网络最后优化很困难,参数数量也很大,请问有没有遇到类似问题?