今天试了文本生成框架texar
https://github.com/asyml/texar
这个texar框架里面,也有端到端的实现
pwd
/Users/huihui/git/
git clone https://github.com/asyml/texar.git
cd texar
python3 -m venv env
source env/bin/activate
pip install texar
pip install .
cd examples/hierarchical_dialog
python sw_loader.py
数据下载成功了。
但是运行
(env) huihui@192 hierarchical_dialog % python hred.py --config_data config_data --config_model config_model_biminor
的时候,有报错,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/linecache.py", line 48, in getlines
for mod in sys.modules.values():
RuntimeError: dictionary changed size during iteration
先暂时放起来吧
目前的工作重点不在这里