去B站咯

随笔分类 -  深度学习

摘要:1.python库对应版本 其中collections是python自带的模块. 数据预处理 将诗句存放在列表里面,便于使用numpy进行下一步操作 poems_file ='poems.txt' poems = [] # 诗集 with open(poems_file, "r", encoding 阅读全文
posted @ 2020-06-05 21:07 不想长大a 阅读(284) 评论(0) 推荐(0)