摘要: # coding: utf-8 import tensorflow as tf class TCNNConfig(object): """CNN配置参数""" embedding_dim = 20 # 词向量维度 seq_length = 100 # 序列长度 num_classes = 73 # 类别数 num_filters = 256 ... 阅读全文
posted @ 2018-11-12 17:52 一朵包纸 阅读(3753) 评论(0) 推荐(0) 编辑
摘要: 如何在python中拿到这个request然后并响应返回response呢??? 阅读全文
posted @ 2018-11-12 10:25 一朵包纸 阅读(692) 评论(0) 推荐(0) 编辑