文件名称:InfoGAN:在“ InfoGAN”论文中复制关键结果的代码
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-23 08:12:04
paper Python
状态:存档(代码按原样提供,预计不会更新) InfoGAN 重现关键结果的代码在《 中的由Chen Chen,Yan Duan,Rein Houthooft,John Schulman,Ilya Sutskever和Pieter Abbeel撰写。 依存关系 该项目当前需要在Github上提供TensorFlow的开发版本: : 。 从发行版开始,最新提交为 。 此外,请pip install以下软件包: prettytensor progressbar python-dateutil 在Docker中运行 $ git clone git@github.com:openai/InfoGAN.git $ docker run -v $( pwd ) /InfoGAN:/InfoGAN -w /InfoGAN -it -p 8888:8888 gcr.io/tensorflow/
【文件预览】:
InfoGAN-master
----tests()
--------__init__.py(76B)
--------test_distributions.py(5KB)
----infogan()
--------models()
--------misc()
--------algos()
--------__init__.py(76B)
----requirements.txt(46B)
----.gitignore(51B)
----launchers()
--------run_mnist_exp.py(2KB)
--------__init__.py(76B)
----README.md(1KB)