Skip to content

Commit 6ac75aa

Browse files
committed
add data/wbm/fetch_process_wbm_dataset.py
1 parent 88dd6b4 commit 6ac75aa

7 files changed

+490
-6
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ __pycache__
1010
*.json.bz2
1111
*.csv.bz2
1212
*.pkl.gz
13+
data/**/raw
1314

1415
# checkpoint files of trained models
1516
pretrained/
@@ -22,6 +23,8 @@ job-logs/
2223
slurm-*out
2324
models/**/*.csv
2425
mb_discovery/energy/**/*.csv
26+
mb_discovery/energy/**/*.json
27+
mb_discovery/energy/**/*.gzip
2528

2629
# temporary ignore rule
2730
paper

0 commit comments

Comments
 (0)