a-nice-mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
파일 탐색기
최종 버전 다운로드 (.zip)- __init__.py
- discriminator.py
- generator.py
- __init__.py
- australian.py
- german.py
- heart.py
- synthetic.py
- __init__.cpython-35.pyc
- lord_of_rings.cpython-35.pyc
- __init__.py
- lord_of_rings.py
- mog2.py
- mog6.py
- ring2d.py
- __init__.py
- boston.py
- NN.py
- __init__.py
- __init__.py
- wgan_nll.py
- __init__.py
- bootstrap.py
- evaluation.py
- hmc.py
- layers.py
- logger.py
- mmd.py
- nice.py
- README.md
- statistics.py
- __init__.py
- data.npy
- labels.npy
- data.npy
- labels.npy
- data.npy
- labels.npy
- data.npy
- labels.npy
- hmc_boston_net.py
- hmc_lord_of_rings.py
- hmc_ring2d.py
- nice_australian.py
- nice_boston_net.py
- nice_german.py
- nice_heart.py
- nice_lord_of_rings.py
- nice_mog2.py
- nice_mog6.py
- nice_ring2d.py
- nice_synthetic.py
- obtain_statistics_australian.py
- obtain_statistics_german.py
- obtain_statistics_heart.py
- obtain_statistics_lord_of_rings.py
- obtain_statistics_mog6.py
- obtain_statistics_rings2d.py
- animation.ipynb
- celeba.mp4
- hmc-lr-ess.png
- hmc_lord_of_rings.gif
- hmc_lord_of_rings.mp4
- hmc_lord_of_rings.npy
- hmc_performance.ipynb
- lord_of_rings.gif
- lord_of_rings.mp4
- lord_of_rings_trajectory.npy
- mog2.gif
- mog2.mp4
- mog2_trajectory.npy
- mog6.gif
- mog6.mp4
- mog6_trajectory.npy
- nice_lord_of_rings.gif
- nice_lord_of_rings.mp4
- nice_xv.png
- pairwise.png
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ermongroup/a-nice-mc
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd a-nice-mc
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
jupyter notebook
브라우저에서 노트북(.ipynb) 파일들을 열람하고 실행할 수 있는 Jupyter 화면을 켭니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
