From c13a84a283ece432347e217896e97fa32c330d37 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Fri, 13 Dec 2019 16:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/py3.x/tensorflow2.x/{text_gru.py => text_PoetryModel.py} | 1 + 1 file changed, 1 insertion(+) rename src/py3.x/tensorflow2.x/{text_gru.py => text_PoetryModel.py} (99%) diff --git a/src/py3.x/tensorflow2.x/text_gru.py b/src/py3.x/tensorflow2.x/text_PoetryModel.py similarity index 99% rename from src/py3.x/tensorflow2.x/text_gru.py rename to src/py3.x/tensorflow2.x/text_PoetryModel.py index 5479e1a2..ff0ca79d 100644 --- a/src/py3.x/tensorflow2.x/text_gru.py +++ b/src/py3.x/tensorflow2.x/text_PoetryModel.py @@ -2,6 +2,7 @@ ''' 代码参考: https://github.com/ioiogoo/poetry_generator_Keras 做了一定的简化,作者 @ioiogoo 协议是 MIT +目标: 自动生成歌词的 ''' import re import os