【Tensorflow】tensorboard的使用

代码例子: import tensorflow as tf class TCNNConfig(object): # class TCNNConfig(filename): """CNN配置参数""" embedding_dim = 8 # 词向量维度 seq_length = 3 # 序列长度 num_classes = 2 # 类别数
相关文章
相关标签/搜索