AIDungeon:修改后的与conda兼容的AIDungeon版本

时间:2024-03-29 21:17:37
【文件属性】:

文件名称:AIDungeon:修改后的与conda兼容的AIDungeon版本

文件大小:96KB

文件格式:ZIP

更新时间:2024-03-29 21:17:37

Python

AIDungeon2 修改过的和conda兼容的AIDungeon版本。 克隆。 安装 git clone https://github.com/vfosnar/AIDungeon.git cd AIDungeon/ conda create -n AID python=3.7.9 tensorflow-gpu=1.15 conda activate AID pip install -r "requirements.txt" 然后使用torrent在model_v5.torrent.zip中下载模型,然后将文件放在generator / gpt2 / models / model_v5 /中 跑步 conda activate AID python play.py 原始存储库旨在在Linux上运行,但该版本也应在Windows上运行。


【文件预览】:
AIDungeon-master
----.gitignore(60B)
----requirements.txt(43B)
----play_dm.py(1KB)
----play.py(13KB)
----model_v5.torrent.zip(59KB)
----story()
--------story_manager.py(10KB)
--------grammars()
--------story_data.yaml(3KB)
--------utils.py(8KB)
--------censored_words.txt(865B)
----README.md(593B)
----opening.txt(2KB)
----generator()
--------ctrl()
--------human_dm.py(123B)
--------gpt2()
--------simple()

网友评论