项目:电视剧本生成。数据集:https://www.kaggle.com/wcukierski/the-simpsons-by-the-data
提交时间:12月29日之前。 提交邮箱:yingjun@ibefeing.com
from utils import helper
import numpy as np
import warnings
from tensorflow.contrib import seq2seq
import tensorflow as tf
# 数据读取和数据预处理
def read_data_and_preprocess():
data_d
1