Skip to content

Commit f7fb1bc

Browse files
author
Clement Vignac
committed
Added new checkpoints for SBM and moses + generated samples
1 parent 79f76b0 commit f7fb1bc

File tree

4 files changed

+691571
-4
lines changed

4 files changed

+691571
-4
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,24 @@ of datasets that are currently available
4242

4343
The following checkpoints should work with the latest commit:
4444

45-
- Planar: https://drive.switch.ch/index.php/s/hRWLp8gOGOGFzgR
46-
Performance of this checkpoint:
45+
- Planar: https://drive.switch.ch/index.php/s/hRWLp8gOGOGFzgR \\
46+
Performance of this checkpoint:
4747
- Test NLL: 1135.6080
4848
- `{'spectre': 0.006211824145982536, 'clustering': 0.0563302653184386, 'orbit': 0.00980205113753696, 'planar_acc': 0.85, 'sampling/frac_unique': 1.0, 'sampling/frac_unique_non_iso': 1.0, 'sampling/frac_unic_non_iso_valid': 0.85, 'sampling/frac_non_iso': 1.0} `
4949

50+
- MOSES (the model in the paper was trained a bit longer than this one): https://drive.switch.ch/index.php/s/DBbvfMmezjg6KUm \\
51+
Performance of this checkpoint:
52+
- Test NLL: 203.8171
53+
- `{'valid': 0.86032, 'unique@1000': 1.0, 'unique@10000': 0.9999, 'FCD/Test': 0.6176261401223826, 'SNN/Test': 0.5493580505032953, 'Frag/Test': 0.9986637035374839, 'Scaf/Test': 0.8997144919185305, 'FCD/TestSF': 1.2799741890619032, 'SNN/TestSF': 0.5231424506655995, 'Frag/TestSF': 0.9968362360368359, 'Scaf/TestSF': 0.11830576038721641, 'IntDiv': 0.8550915438149056, 'IntDiv2': 0.8489191659624407, 'Filters': 0.9707550678817184, 'logP': 0.02719348046624242, 'SA': 0.05725088257521343, 'QED': 0.0043940205061221965, 'weight': 0.7913020095007184, 'Novelty': 0.9442790697674419}`
54+
55+
- SBM: https://drive.switch.ch/index.php/s/rxWFVQX4Cu4Vq5j \\
56+
Performance of this checkpoint:
57+
- Test NLL: 4757.903
58+
- `{'spectre': 0.0060240439382095445, 'clustering': 0.05020166160905111, 'orbit': 0.04615866844490847, 'sbm_acc': 0.675, 'sampling/frac_unique': 1.0, 'sampling/frac_unique_non_iso': 1.0, 'sampling/frac_unic_non_iso_valid': 0.625, 'sampling/frac_non_iso': 1.0}`
59+
60+
5061
The following checkpoints require to revert to commit `682e59019dd33073b1f0f4d3aaba7de6a308602e` and run `pip install -e .`:
5162

52-
- SBM: https://drive.switch.ch/index.php/s/rxWFVQX4Cu4Vq5j
5363
- Guacamol: https://drive.switch.ch/index.php/s/jjM3pIHdxWrUGOH
5464

5565
## Generated samples

configs/experiment/debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ model:
1616
n_layers: 2
1717
diffusion_noise_schedule: 'cosine'
1818
diffusion_steps: 110
19-
hidden_mlp_dims: { 'X': 17, 'E': 18, 'y': 19 }
19+
hidden_mlp_dims: {'X': 17, 'E': 18, 'y': 19 }
2020
hidden_dims: {'dx': 20, 'de': 21, 'dy': 22, 'n_head': 5, 'dim_ffX': 23, 'dim_ffE': 24, 'dim_ffy': 25}
2121
extra_features: 'all'
2222

0 commit comments

Comments
 (0)