DiGress
code for the paper "DiGress: Discrete Denoising diffusion for graph generation"
파일 탐색기
최종 버전 다운로드 (.zip)- comm20.yaml
- guacamol.yaml
- moses.yaml
- planar.yaml
- qm9.yaml
- sbm.yaml
- comm20.yaml
- debug.yaml
- guacamol.yaml
- moses.yaml
- nx_graphs.yaml
- planar.yaml
- qm9_no_h.yaml
- qm9_with_h.yaml
- sbm.yaml
- test.yaml
- general_default.yaml
- continuous.yaml
- discrete.yaml
- train_default.yaml
- __init__.py
- config.yaml
- digress_guacamol_smiles.txt
- final_smiles_qm9_noH.txt
- final_smiles_qm9withH.txt
- generated_planar_adj_matrices.npz
- generated_samples_moses.txt
- generated_samples_qm9withH.txt
- generated_samples_sbm.txt
- generated_smiles_moses.txt
- samples_qm9_no_h.txt
- orca.cpp
- orca.h
- __init__.py
- dist_helper.py
- rdkit_functions.py
- spectre_utils.py
- visualization.py
- __init__.py
- abstract_dataset.py
- guacamol_dataset.py
- moses_dataset.py
- qm9_dataset.py
- spectre_dataset.py
- __init__.py
- diffusion_utils.py
- distributions.py
- extra_features.py
- extra_features_molecular.py
- layers.py
- noise_schedule.py
- __init__.py
- abstract_metrics.py
- molecular_metrics.py
- molecular_metrics_discrete.py
- train_metrics.py
- __init__.py
- layers.py
- transformer_model.py
- __init__.py
- diffusion_model.py
- diffusion_model_discrete.py
- main.py
- utils.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/cvignac/DiGress
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd DiGress
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
```pip3 install torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118```
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
```pip install -r requirements.txt```
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
```pip install -e .```
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
