• 学习笔记(21)- texar 文本生成


    今天试了文本生成框架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
    

    先暂时放起来吧

    目前的工作重点不在这里

  • 相关阅读:
    UVa-1218
    Uva-1220
    UVa-10003
    UVa-1625
    UVa-11584
    UVa-12563
    UVa-12166 Equilibrium Mobile
    加油
    UVa-10129
    不再刷“水题”!
  • 原文地址:https://www.cnblogs.com/xuehuiping/p/12331126.html
Copyright © 2020-2023  润新知