Skip to content

Commit aed4cae

Browse files
authored
Update README.md
1 parent b29bb15 commit aed4cae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ Download checkpoints
6363
**Note**: Make sure to be located in the project's root directory beforehand (e.g., `~/bio-diffusion/`)
6464
```bash
6565
# fetch and extract model checkpoints directory
66-
wget https://zenodo.org/record/7881986/files/GCDM_Checkpoints.tar.gz
66+
wget https://zenodo.org/record/10993735/files/GCDM_Checkpoints.tar.gz
6767
tar -xzf GCDM_Checkpoints.tar.gz
6868
rm GCDM_Checkpoints.tar.gz
6969
```
70+
**Note**: EGNN molecular property prediction checkpoints are also included within `GCDM_Checkpoints.tar.gz`, where three checkpoints per property were trained with random seeds (18 in total). Also included in this Zenodo model checkpoints record are trained GeoLDM (Xu et al. 2023) checkpoint files used to produce the benchmarking results in the accompanying GCDM manuscript.
7071

7172
## How to train
7273

0 commit comments

Comments
 (0)