diff --git a/.ipynb_checkpoints/config_poem-checkpoint.py b/.ipynb_checkpoints/config_poem-checkpoint.py index 7afe0c0..bcb04e6 100644 --- a/.ipynb_checkpoints/config_poem-checkpoint.py +++ b/.ipynb_checkpoints/config_poem-checkpoint.py @@ -107,7 +107,7 @@ help='continue from the outputs in the given directory') logging_args.add_argument('--data_dir', type=str, - default='./data/poem', + default='./datasets/yangsaisai-poetrydatasets-0_0_1', help='data file path') logging_args.add_argument('--best_model', type=str, diff --git a/config_poem.py b/config_poem.py index 7afe0c0..bcb04e6 100644 --- a/config_poem.py +++ b/config_poem.py @@ -107,7 +107,7 @@ help='continue from the outputs in the given directory') logging_args.add_argument('--data_dir', type=str, - default='./data/poem', + default='./datasets/yangsaisai-poetrydatasets-0_0_1', help='data file path') logging_args.add_argument('--best_model', type=str, diff --git a/faas_requirements.txt b/faas_requirements.txt deleted file mode 100644 index fff8e36..0000000 --- a/faas_requirements.txt +++ /dev/null @@ -1,122 +0,0 @@ -absl-py==0.6.1 -alembic==1.0.3 -astor==0.7.1 -autopep8==1.4 -backcall==0.1.0 -bleach==3.0.2 -certifi==2018.10.15 -chardet==3.0.4 -cloudpickle==0.6.1 -cycler==0.10.0 -Cython==0.29 -dask==0.20.2 -decorator==4.3.0 -defusedxml==0.5.0 -entrypoints==0.2.3 -future==0.16.0 -gast==0.2.0 -grpcio==1.16.0 -h5py==2.8.0 -html5lib==1.0.1 -idna==2.7 -imageio==2.4.1 -imgaug==0.2.6 -ipykernel==5.1.0 -ipython==7.1.1 -ipython-genutils==0.2.0 -ipywidgets==7.4.2 -jedi==0.13.1 -jieba==0.39 -Jinja2==2.10 -jsonschema==2.6.0 -jupyter==1.0.0 -jupyter-client==5.2.3 -jupyter-console==6.0.0 -jupyter-core==4.4.0 -jupyterhub==0.8.1 -jupyterlab==0.31.1 -jupyterlab-launcher==0.10.5 -Keras==2.2.4 -Keras-Applications==1.0.6 -Keras-Preprocessing==1.0.5 -kiwisolver==1.0.1 -Mako==1.0.7 -Markdown==3.0.1 -MarkupSafe==1.0 -matplotlib==3.0.2 -mccabe==0.6.1 -mistune==0.8.4 -nbconvert==5.4.0 -nbformat==4.4.0 -networkx==2.2 -nltk==3.3 -notebook==5.7.0 -numpy==1.15.2 -opencv-python==3.4.3.18 -pamela==0.3.0 -pandas==0.23.4 -pandocfilters==1.4.2 -parso==0.3.1 -pbr==5.1.1 -pexpect==4.6.0 -pickleshare==0.7.5 -Pillow==5.3.0 -pluggy==0.7.1 -prometheus-client==0.4.2 -prompt-toolkit==2.0.7 -protobuf==3.6.1 -ptyprocess==0.6.0 -pycodestyle==2.4.0 -pycurl==7.43.0 -pydocstyle==2.1.1 -pydot==1.2.4 -pyflakes==2.0.0 -Pygments==2.2.0 -pygobject==3.20.0 -pyparsing==2.3.0 -python-apt==1.1.0b1+ubuntu0.16.4.2 -python-dateutil==2.7.3 -python-editor==1.0.3 -python-jsonrpc-server==0.0.1 -python-language-server==0.21.2 -python-oauth2==1.1.0 -pytz==2018.5 -PyWavelets==1.0.1 -PyYAML==3.13 -pyzmq==17.1.2 -qtconsole==4.4.2 -requests==2.20.0 -rope==0.11.0 -scikit-image==0.14.1 -scikit-learn==0.20.0 -scipy==1.1.0 -seaborn==0.9.0 -Send2Trash==1.5.0 -Shapely==1.6.4.post2 -simplegeneric==0.8.1 -six==1.11.0 -sklearn==0.0 -snowballstemmer==1.2.1 -SQLAlchemy==1.2.14 -stevedore==1.29.0 -tensorboard==1.11.0 -tensorflow==1.12.0 -termcolor==1.1.0 -terminado==0.8.1 -testpath==0.4.2 -toolz==0.9.0 -torch==0.4.1 -torchvision==0.2.1 -tornado==5.1.1 -traitlets==4.3.2 -urllib3==1.24.1 -virtualenv==16.0.0 -virtualenv-clone==0.4.0 -virtualenvwrapper==4.8.2 -wcwidth==0.1.7 -webencodings==0.5.1 -Werkzeug==0.14.1 -widgetsnbextension==3.4.2 -word2vec==0.10.2 -xlrd==1.1.0 -yapf==0.24.0