Upload Simergy diffusion TMO alpha checkpoint
Browse files- .gitattributes +0 -31
- README.md +65 -0
- checkpoints/epoch=59-loss_val=0.36.ckpt +3 -0
- checkpoints/last.ckpt +3 -0
- config.yaml +206 -0
- hparams.yaml +1 -0
- metrics.csv +591 -0
- training_overrides.yaml +7 -0
.gitattributes
CHANGED
|
@@ -1,35 +1,4 @@
|
|
| 1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 4 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: microsoft/mattergen
|
| 3 |
+
library_name: mattergen
|
| 4 |
+
tags:
|
| 5 |
+
- diffusion
|
| 6 |
+
- mattergen
|
| 7 |
+
- crystal-generation
|
| 8 |
+
- materials-science
|
| 9 |
+
- transition-metal-oxides
|
| 10 |
+
- energy-above-hull
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Simergy Diffusion TMO Alpha
|
| 14 |
+
|
| 15 |
+
Fine-tuned MatterGen diffusion checkpoint for transition-metal oxide crystal generation. The model was full-finetuned from the MatterGen `chemical_system_energy_above_hull` checkpoint and is conditioned on:
|
| 16 |
+
|
| 17 |
+
- `chemical_system`
|
| 18 |
+
- `energy_above_hull`
|
| 19 |
+
|
| 20 |
+
Recommended diffusion guidance factor: `9.0`.
|
| 21 |
+
|
| 22 |
+
## Files
|
| 23 |
+
|
| 24 |
+
- `config.yaml`: MatterGen/Hydra config for loading this checkpoint directory.
|
| 25 |
+
- `checkpoints/last.ckpt`: final training checkpoint, used by MatterGen when `checkpoint_epoch="last"`.
|
| 26 |
+
- `checkpoints/epoch=59-loss_val=0.36.ckpt`: best monitored validation checkpoint.
|
| 27 |
+
- `metrics.csv`: training and validation metrics emitted by Lightning.
|
| 28 |
+
- `training_overrides.yaml`: Hydra overrides used for the finetuning run.
|
| 29 |
+
- `hparams.yaml`: Lightning hparams file.
|
| 30 |
+
|
| 31 |
+
## Usage
|
| 32 |
+
|
| 33 |
+
Download the repository and pass the snapshot directory as MatterGen `model_path`:
|
| 34 |
+
|
| 35 |
+
```python
|
| 36 |
+
from huggingface_hub import snapshot_download
|
| 37 |
+
|
| 38 |
+
model_dir = snapshot_download("HishaamA/simergy-diffusion-tmo-alpha")
|
| 39 |
+
print(model_dir)
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
Then generate with MatterGen:
|
| 43 |
+
|
| 44 |
+
```bash
|
| 45 |
+
python -m mattergen.scripts.generate ./results/tmo_samples \
|
| 46 |
+
--model_path="$MODEL_DIR" \
|
| 47 |
+
--checkpoint_epoch=last \
|
| 48 |
+
--properties_to_condition_on="{'chemical_system':'Li-O','energy_above_hull':0.05}" \
|
| 49 |
+
--diffusion_guidance_factor=9.0 \
|
| 50 |
+
--record_trajectories=False
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
For the best monitored checkpoint, use `--checkpoint_epoch=best`.
|
| 54 |
+
|
| 55 |
+
## Training Summary
|
| 56 |
+
|
| 57 |
+
- Base checkpoint: `chemical_system_energy_above_hull`
|
| 58 |
+
- Finetuning mode: full finetuning
|
| 59 |
+
- Dataset config: `tmo_ehull`
|
| 60 |
+
- Trainer config: `single_gpu`
|
| 61 |
+
- Max epochs: `100`
|
| 62 |
+
- Accumulated gradient batches: `8`
|
| 63 |
+
- Learning rate: `5e-6`
|
| 64 |
+
|
| 65 |
+
Generated structures should be independently screened and validated before any downstream scientific or engineering use.
|
checkpoints/epoch=59-loss_val=0.36.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cffe2b5d2b8e1c4f53484ff399023d8734ef64cfc761d461caf6388d939f222
|
| 3 |
+
size 461367332
|
checkpoints/last.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:706af45ceee8d8a62a5743892476215d79480b66a007e621f5280128ec9ca94d
|
| 3 |
+
size 461367332
|
config.yaml
ADDED
|
@@ -0,0 +1,206 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adapter:
|
| 2 |
+
adapter:
|
| 3 |
+
_target_: mattergen.adapter.GemNetTAdapter
|
| 4 |
+
atom_type_diffusion: mask
|
| 5 |
+
denoise_atom_types: true
|
| 6 |
+
gemnet:
|
| 7 |
+
_target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
|
| 8 |
+
atom_embedding:
|
| 9 |
+
_target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
|
| 10 |
+
emb_size: 512
|
| 11 |
+
with_mask_type: true
|
| 12 |
+
condition_on_adapt: []
|
| 13 |
+
cutoff: 7.0
|
| 14 |
+
emb_size_atom: 512
|
| 15 |
+
emb_size_edge: 512
|
| 16 |
+
latent_dim: 512
|
| 17 |
+
max_cell_images_per_dim: 5
|
| 18 |
+
max_neighbors: 50
|
| 19 |
+
num_blocks: 4
|
| 20 |
+
num_targets: 1
|
| 21 |
+
otf_graph: true
|
| 22 |
+
regress_stress: true
|
| 23 |
+
scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
|
| 24 |
+
hidden_dim: 512
|
| 25 |
+
property_embeddings: {}
|
| 26 |
+
property_embeddings_adapt: {}
|
| 27 |
+
full_finetuning: true
|
| 28 |
+
load_epoch: last
|
| 29 |
+
model_path: null
|
| 30 |
+
pretrained_name: chemical_system_energy_above_hull
|
| 31 |
+
data_module:
|
| 32 |
+
_recursive_: true
|
| 33 |
+
_target_: mattergen.common.data.datamodule.CrystDataModule
|
| 34 |
+
average_density: 0.06
|
| 35 |
+
batch_size:
|
| 36 |
+
test: 16
|
| 37 |
+
train: 16
|
| 38 |
+
val: 16
|
| 39 |
+
dataset_transforms:
|
| 40 |
+
- _partial_: true
|
| 41 |
+
_target_: mattergen.common.data.dataset_transform.filter_sparse_properties
|
| 42 |
+
num_workers:
|
| 43 |
+
test: 0
|
| 44 |
+
train: 4
|
| 45 |
+
val: 0
|
| 46 |
+
properties:
|
| 47 |
+
- energy_above_hull
|
| 48 |
+
root_dir: /home/sagemaker-user/simergy-diffusion-tmo-alpha/mattergen_repo/mattergen/../datasets/cache/tmo_ehull
|
| 49 |
+
test_dataset:
|
| 50 |
+
_target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
|
| 51 |
+
cache_path: /home/sagemaker-user/simergy-diffusion-tmo-alpha/mattergen_repo/mattergen/../datasets/cache/tmo_ehull/val
|
| 52 |
+
dataset_transforms:
|
| 53 |
+
- _partial_: true
|
| 54 |
+
_target_: mattergen.common.data.dataset_transform.filter_sparse_properties
|
| 55 |
+
properties:
|
| 56 |
+
- energy_above_hull
|
| 57 |
+
transforms:
|
| 58 |
+
- _partial_: true
|
| 59 |
+
_target_: mattergen.common.data.transform.symmetrize_lattice
|
| 60 |
+
- _partial_: true
|
| 61 |
+
_target_: mattergen.common.data.transform.set_chemical_system_string
|
| 62 |
+
train_dataset:
|
| 63 |
+
_target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
|
| 64 |
+
cache_path: /home/sagemaker-user/simergy-diffusion-tmo-alpha/mattergen_repo/mattergen/../datasets/cache/tmo_ehull/train
|
| 65 |
+
dataset_transforms:
|
| 66 |
+
- _partial_: true
|
| 67 |
+
_target_: mattergen.common.data.dataset_transform.filter_sparse_properties
|
| 68 |
+
properties:
|
| 69 |
+
- energy_above_hull
|
| 70 |
+
transforms:
|
| 71 |
+
- _partial_: true
|
| 72 |
+
_target_: mattergen.common.data.transform.symmetrize_lattice
|
| 73 |
+
- _partial_: true
|
| 74 |
+
_target_: mattergen.common.data.transform.set_chemical_system_string
|
| 75 |
+
transforms:
|
| 76 |
+
- _partial_: true
|
| 77 |
+
_target_: mattergen.common.data.transform.symmetrize_lattice
|
| 78 |
+
- _partial_: true
|
| 79 |
+
_target_: mattergen.common.data.transform.set_chemical_system_string
|
| 80 |
+
val_dataset:
|
| 81 |
+
_target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
|
| 82 |
+
cache_path: /home/sagemaker-user/simergy-diffusion-tmo-alpha/mattergen_repo/mattergen/../datasets/cache/tmo_ehull/val
|
| 83 |
+
dataset_transforms:
|
| 84 |
+
- _partial_: true
|
| 85 |
+
_target_: mattergen.common.data.dataset_transform.filter_sparse_properties
|
| 86 |
+
properties:
|
| 87 |
+
- energy_above_hull
|
| 88 |
+
transforms:
|
| 89 |
+
- _partial_: true
|
| 90 |
+
_target_: mattergen.common.data.transform.symmetrize_lattice
|
| 91 |
+
- _partial_: true
|
| 92 |
+
_target_: mattergen.common.data.transform.set_chemical_system_string
|
| 93 |
+
lightning_module:
|
| 94 |
+
_target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
|
| 95 |
+
diffusion_module:
|
| 96 |
+
_target_: mattergen.diffusion.diffusion_module.DiffusionModule
|
| 97 |
+
corruption:
|
| 98 |
+
_target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
|
| 99 |
+
discrete_corruptions:
|
| 100 |
+
atomic_numbers:
|
| 101 |
+
_target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
|
| 102 |
+
d3pm:
|
| 103 |
+
_target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
|
| 104 |
+
dim: 101
|
| 105 |
+
schedule:
|
| 106 |
+
_target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
|
| 107 |
+
kind: standard
|
| 108 |
+
num_steps: 1000
|
| 109 |
+
offset: 1
|
| 110 |
+
sdes:
|
| 111 |
+
cell:
|
| 112 |
+
_target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
|
| 113 |
+
vpsde_config:
|
| 114 |
+
beta_max: 20
|
| 115 |
+
beta_min: 0.1
|
| 116 |
+
limit_density: 0.05771451654022283
|
| 117 |
+
limit_var_scaling_constant: 0.25
|
| 118 |
+
pos:
|
| 119 |
+
_target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
|
| 120 |
+
limit_info_key: num_atoms
|
| 121 |
+
sigma_max: 5.0
|
| 122 |
+
wrapping_boundary: 1.0
|
| 123 |
+
loss_fn:
|
| 124 |
+
_target_: mattergen.common.loss.MaterialsLoss
|
| 125 |
+
d3pm_hybrid_lambda: 0.01
|
| 126 |
+
include_atomic_numbers: true
|
| 127 |
+
include_cell: true
|
| 128 |
+
include_pos: true
|
| 129 |
+
reduce: sum
|
| 130 |
+
weights:
|
| 131 |
+
atomic_numbers: 1.0
|
| 132 |
+
cell: 1.0
|
| 133 |
+
pos: 0.1
|
| 134 |
+
model:
|
| 135 |
+
_target_: mattergen.adapter.GemNetTAdapter
|
| 136 |
+
atom_type_diffusion: mask
|
| 137 |
+
denoise_atom_types: true
|
| 138 |
+
gemnet:
|
| 139 |
+
_target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
|
| 140 |
+
atom_embedding:
|
| 141 |
+
_target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
|
| 142 |
+
emb_size: 512
|
| 143 |
+
with_mask_type: true
|
| 144 |
+
condition_on_adapt: []
|
| 145 |
+
cutoff: 7.0
|
| 146 |
+
emb_size_atom: 512
|
| 147 |
+
emb_size_edge: 512
|
| 148 |
+
latent_dim: 512
|
| 149 |
+
max_cell_images_per_dim: 5
|
| 150 |
+
max_neighbors: 50
|
| 151 |
+
num_blocks: 4
|
| 152 |
+
num_targets: 1
|
| 153 |
+
otf_graph: true
|
| 154 |
+
regress_stress: true
|
| 155 |
+
scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
|
| 156 |
+
hidden_dim: 512
|
| 157 |
+
property_embeddings: {}
|
| 158 |
+
property_embeddings_adapt: {}
|
| 159 |
+
pre_corruption_fn:
|
| 160 |
+
_target_: mattergen.property_embeddings.SetEmbeddingType
|
| 161 |
+
dropout_fields_iid: false
|
| 162 |
+
p_unconditional: 0.2
|
| 163 |
+
optimizer_partial:
|
| 164 |
+
_partial_: true
|
| 165 |
+
_target_: torch.optim.Adam
|
| 166 |
+
lr: 5.0e-06
|
| 167 |
+
scheduler_partials:
|
| 168 |
+
- frequency: 1
|
| 169 |
+
interval: epoch
|
| 170 |
+
monitor: loss_train
|
| 171 |
+
scheduler:
|
| 172 |
+
_partial_: true
|
| 173 |
+
_target_: torch.optim.lr_scheduler.ReduceLROnPlateau
|
| 174 |
+
factor: 0.6
|
| 175 |
+
min_lr: 1.0e-06
|
| 176 |
+
patience: 100
|
| 177 |
+
verbose: true
|
| 178 |
+
strict: true
|
| 179 |
+
trainer:
|
| 180 |
+
_target_: pytorch_lightning.Trainer
|
| 181 |
+
accelerator: gpu
|
| 182 |
+
accumulate_grad_batches: 8
|
| 183 |
+
callbacks:
|
| 184 |
+
- _target_: pytorch_lightning.callbacks.ModelCheckpoint
|
| 185 |
+
every_n_epochs: 1
|
| 186 |
+
filename: '{epoch}-{loss_val:.2f}'
|
| 187 |
+
mode: min
|
| 188 |
+
monitor: loss_val
|
| 189 |
+
save_last: true
|
| 190 |
+
save_top_k: 1
|
| 191 |
+
verbose: false
|
| 192 |
+
- _target_: pytorch_lightning.callbacks.TQDMProgressBar
|
| 193 |
+
refresh_rate: 50
|
| 194 |
+
- _target_: mattergen.common.data.callback.SetPropertyScalers
|
| 195 |
+
check_val_every_n_epoch: 5
|
| 196 |
+
devices: 1
|
| 197 |
+
gradient_clip_algorithm: value
|
| 198 |
+
gradient_clip_val: 0.5
|
| 199 |
+
log_every_n_steps: 10
|
| 200 |
+
logger:
|
| 201 |
+
_target_: pytorch_lightning.loggers.CSVLogger
|
| 202 |
+
name: tmo_ehull_finetune
|
| 203 |
+
save_dir: /home/sagemaker-user/simergy-diffusion-tmo-alpha/results/tmo_ehull_finetune
|
| 204 |
+
max_epochs: 100
|
| 205 |
+
num_nodes: 1
|
| 206 |
+
precision: 32
|
hparams.yaml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
metrics.csv
ADDED
|
@@ -0,0 +1,591 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
atomic_numbers_train_epoch,atomic_numbers_train_step,atomic_numbers_val,cell_train_epoch,cell_train_step,cell_val,epoch,loss_train_epoch,loss_train_step,loss_val,pos_train_epoch,pos_train_step,pos_val,step
|
| 2 |
+
,0.1277247965335846,,,0.01428261213004589,,0,,0.4019712507724762,,,2.5996384620666504,,9
|
| 3 |
+
,0.15656426548957825,,,0.01461002603173256,,0,,0.4585084319114685,,,2.8733415603637695,,19
|
| 4 |
+
,0.19552500545978546,,,0.0031177164055407047,,0,,0.36602288484573364,,,1.673801302909851,,29
|
| 5 |
+
,0.09530645608901978,,,0.003726629540324211,,0,,0.21385182440280914,,,1.148187279701233,,39
|
| 6 |
+
0.1338784396648407,,,0.00934082455933094,,,0,0.4181894063949585,,,2.749701738357544,,,46
|
| 7 |
+
,0.1219826266169548,,,0.007193232420831919,,1,,0.450338751077652,,,3.2116289138793945,,49
|
| 8 |
+
,0.2619122862815857,,,0.004154650494456291,,1,,0.5130613446235657,,,2.4699440002441406,,59
|
| 9 |
+
,0.1355183720588684,,,0.00875808484852314,,1,,0.45974811911582947,,,3.1547164916992188,,69
|
| 10 |
+
,0.11985801160335541,,,0.002954159863293171,,1,,0.3526688814163208,,,2.2985668182373047,,79
|
| 11 |
+
,0.14173266291618347,,,0.002562087494879961,,1,,0.4351550042629242,,,2.908602476119995,,89
|
| 12 |
+
0.12169679999351501,,,0.010026291012763977,,,1,0.4033721387386322,,,2.716489791870117,,,93
|
| 13 |
+
,0.045855361968278885,,,0.010246451944112778,,2,,0.37254631519317627,,,3.1644446849823,,99
|
| 14 |
+
,0.11854317039251328,,,0.015259623527526855,,2,,0.3580717146396637,,,2.2426888942718506,,109
|
| 15 |
+
,0.10825221985578537,,,0.025402190163731575,,2,,0.404308021068573,,,2.706535816192627,,119
|
| 16 |
+
,0.10031656920909882,,,0.00360029935836792,,2,,0.2687416672706604,,,1.6482481956481934,,129
|
| 17 |
+
,0.05947590619325638,,,0.0018532619578763843,,2,,0.3510299026966095,,,2.897007465362549,,139
|
| 18 |
+
0.11944564431905746,,,0.009363309480249882,,,2,0.3955659568309784,,,2.6675703525543213,,,140
|
| 19 |
+
,0.12974734604358673,,,0.003541763871908188,,3,,0.35634028911590576,,,2.2305119037628174,,149
|
| 20 |
+
,0.1499267965555191,,,0.0026923927944153547,,3,,0.2947351336479187,,,1.421159267425537,,159
|
| 21 |
+
,0.18395455181598663,,,0.007521911524236202,,3,,0.36687713861465454,,,1.7540068626403809,,169
|
| 22 |
+
,0.10355636477470398,,,0.005661544390022755,,3,,0.5942543745040894,,,4.850364685058594,,179
|
| 23 |
+
0.10843542218208313,,,0.009888065978884697,,,3,0.3889118731021881,,,2.7058815956115723,,,187
|
| 24 |
+
,0.12487898766994476,,,0.021042533218860626,,4,,0.5982658267021179,,,4.52344274520874,,189
|
| 25 |
+
,0.14271771907806396,,,0.002824170282110572,,4,,0.33792150020599365,,,1.9237959384918213,,199
|
| 26 |
+
,0.16619563102722168,,,0.028759557753801346,,4,,0.4315148591995239,,,2.3655965328216553,,209
|
| 27 |
+
,0.13123372197151184,,,0.0031132949516177177,,4,,0.2642051577568054,,,1.2985811233520508,,219
|
| 28 |
+
,0.044696688652038574,,,0.0032278383150696754,,4,,0.3291529417037964,,,2.812284231185913,,229
|
| 29 |
+
,,0.11811979115009308,,,0.008423777297139168,4,,,0.38447338342666626,,,2.579298257827759,234
|
| 30 |
+
0.11063896119594574,,,0.009049182757735252,,,4,0.38400915265083313,,,2.643212080001831,,,234
|
| 31 |
+
,0.11384429782629013,,,0.0026723819319158792,,5,,0.4324439764022827,,,3.1592729091644287,,239
|
| 32 |
+
,0.1211632490158081,,,0.0029102335684001446,,5,,0.2762053608894348,,,1.5213189125061035,,249
|
| 33 |
+
,0.09716606140136719,,,0.003910493105649948,,5,,0.2003706842660904,,,0.9929412603378296,,259
|
| 34 |
+
,0.0646127313375473,,,0.0015139332972466946,,5,,0.29024916887283325,,,2.241225004196167,,269
|
| 35 |
+
,0.1450178474187851,,,0.001235815230756998,,5,,0.20456892251968384,,,0.5831525921821594,,279
|
| 36 |
+
0.11210808157920837,,,0.007643315941095352,,,5,0.3858175277709961,,,2.6606619358062744,,,281
|
| 37 |
+
,0.06652139872312546,,,0.0049031865783035755,,6,,0.21630336344242096,,,1.448787808418274,,289
|
| 38 |
+
,0.10469025373458862,,,0.005411897320300341,,6,,0.2875705659389496,,,1.774683952331543,,299
|
| 39 |
+
,0.14251837134361267,,,0.03264797851443291,,6,,0.35610708594322205,,,1.8094074726104736,,309
|
| 40 |
+
,0.11814642697572708,,,0.009249513037502766,,6,,0.5912362337112427,,,4.638402938842773,,319
|
| 41 |
+
0.11017516255378723,,,0.008495303802192211,,,6,0.385782927274704,,,2.6711251735687256,,,328
|
| 42 |
+
,0.13725817203521729,,,0.007521630730479956,,7,,0.42328721284866333,,,2.785073757171631,,329
|
| 43 |
+
,0.10693210363388062,,,0.003923937678337097,,7,,0.46745389699935913,,,3.565978527069092,,339
|
| 44 |
+
,0.19775426387786865,,,0.005557001568377018,,7,,0.4259036183357239,,,2.225923538208008,,349
|
| 45 |
+
,0.08908943086862564,,,0.01859799027442932,,7,,0.2681123912334442,,,1.6042497158050537,,359
|
| 46 |
+
,0.07395762205123901,,,0.00222968403249979,,7,,0.3201324939727783,,,2.4394519329071045,,369
|
| 47 |
+
0.1101822778582573,,,0.009077315218746662,,,7,0.38169193267822266,,,2.6243207454681396,,,375
|
| 48 |
+
,0.06686732172966003,,,0.007647337391972542,,8,,0.34262725710868835,,,2.681126117706299,,379
|
| 49 |
+
,0.11709588766098022,,,0.00487495819106698,,8,,0.30792418122291565,,,1.859533429145813,,389
|
| 50 |
+
,0.11791697889566422,,,0.003753756871446967,,8,,0.36962705850601196,,,2.4795632362365723,,399
|
| 51 |
+
,0.15639571845531464,,,0.007648121565580368,,8,,0.5068646669387817,,,3.428208827972412,,409
|
| 52 |
+
,0.0905565619468689,,,0.003733938094228506,,8,,0.3550245761871338,,,2.6073405742645264,,419
|
| 53 |
+
0.11003836244344711,,,0.008531021885573864,,,8,0.3881252110004425,,,2.695558547973633,,,422
|
| 54 |
+
,0.11242217570543289,,,0.005668952129781246,,9,,0.39322441816329956,,,2.7513327598571777,,429
|
| 55 |
+
,0.11099204421043396,,,0.003944685682654381,,9,,0.2794869840145111,,,1.6455025672912598,,439
|
| 56 |
+
,0.05610154941678047,,,0.002897007390856743,,9,,0.2815797030925751,,,2.22581148147583,,449
|
| 57 |
+
,0.10083479434251785,,,0.002704787999391556,,9,,0.27094095945358276,,,1.6740134954452515,,459
|
| 58 |
+
,0.10355619341135025,,,0.04277876392006874,,9,,0.42313072085380554,,,2.7679576873779297,,469
|
| 59 |
+
,,0.11278489232063293,,,0.008520771749317646,9,,,0.37488582730293274,,,2.5358009338378906,469
|
| 60 |
+
0.10678619146347046,,,0.008667105808854103,,,9,0.3797518014907837,,,2.642987012863159,,,469
|
| 61 |
+
,0.06512707471847534,,,0.001311844913288951,,10,,0.31725624203681946,,,2.5081732273101807,,479
|
| 62 |
+
,0.11887302249670029,,,0.015142184682190418,,10,,0.40604180097579956,,,2.7202653884887695,,489
|
| 63 |
+
,0.10042242705821991,,,0.004191877320408821,,10,,0.2720232903957367,,,1.674090027809143,,499
|
| 64 |
+
,0.07158024609088898,,,0.002228186698630452,,10,,0.2973580062389374,,,2.2354958057403564,,509
|
| 65 |
+
0.1060047596693039,,,0.009041639976203442,,,10,0.37292349338531494,,,2.5787713527679443,,,516
|
| 66 |
+
,0.06380386650562286,,,0.005181547719985247,,11,,0.26206666231155396,,,1.9308127164840698,,519
|
| 67 |
+
,0.11278188973665237,,,0.0029238956049084663,,11,,0.37602293491363525,,,2.6031718254089355,,529
|
| 68 |
+
,0.08563003689050674,,,0.015411384403705597,,11,,0.2645235061645508,,,1.6348206996917725,,539
|
| 69 |
+
,0.17358046770095825,,,0.011139677837491035,,11,,0.4437134265899658,,,2.589932441711426,,549
|
| 70 |
+
,0.11761169135570526,,,0.00444758078083396,,11,,0.2701553404331207,,,1.4809608459472656,,559
|
| 71 |
+
0.1097952350974083,,,0.00823627132922411,,,11,0.38068169355392456,,,2.6264986991882324,,,563
|
| 72 |
+
,0.09013915061950684,,,0.0026937294751405716,,12,,0.261961430311203,,,1.6912856101989746,,569
|
| 73 |
+
,0.05169312655925751,,,0.005347392987459898,,12,,0.35789093375205994,,,3.0085041522979736,,579
|
| 74 |
+
,0.08123146742582321,,,0.0028615023475140333,,12,,0.49625450372695923,,,4.121615409851074,,589
|
| 75 |
+
,0.12528391182422638,,,0.005328021943569183,,12,,0.2882543206214905,,,1.5764236450195312,,599
|
| 76 |
+
,0.0606277659535408,,,0.00821075402200222,,12,,0.3022235929965973,,,2.333850860595703,,609
|
| 77 |
+
0.1066194698214531,,,0.007893502712249756,,,12,0.3722032904624939,,,2.576904773712158,,,610
|
| 78 |
+
,0.05926766246557236,,,0.005861761048436165,,13,,0.33765968680381775,,,2.7253026962280273,,619
|
| 79 |
+
,0.08253245800733566,,,0.004457894247025251,,13,,0.4139336347579956,,,3.26943302154541,,629
|
| 80 |
+
,0.11339757591485977,,,0.0053803035989403725,,13,,0.3547796607017517,,,2.360017776489258,,639
|
| 81 |
+
,0.16342046856880188,,,0.0048174369148910046,,13,,0.3208569288253784,,,1.5261902809143066,,649
|
| 82 |
+
0.1066950336098671,,,0.007209238596260548,,,13,0.3790092170238495,,,2.6510496139526367,,,657
|
| 83 |
+
,0.08872455358505249,,,0.002885478315874934,,14,,0.23329965770244598,,,1.4168964624404907,,659
|
| 84 |
+
,0.1154794991016388,,,0.010711884126067162,,14,,0.3994444012641907,,,2.732529878616333,,669
|
| 85 |
+
,0.12124163657426834,,,0.0029681334272027016,,14,,0.4085525572299957,,,2.8434276580810547,,679
|
| 86 |
+
,0.0879087895154953,,,0.0012928018113598228,,14,,0.31713631749153137,,,2.2793469429016113,,689
|
| 87 |
+
,0.11637017130851746,,,0.0040991478599607944,,14,,0.2770770788192749,,,1.566077470779419,,699
|
| 88 |
+
,,0.10550020635128021,,,0.008354971185326576,14,,,0.3843495845794678,,,2.7049436569213867,704
|
| 89 |
+
0.10629517585039139,,,0.007874500006437302,,,14,0.38525325059890747,,,2.7108359336853027,,,704
|
| 90 |
+
,0.16343563795089722,,,0.008126230910420418,,15,,0.5148000717163086,,,3.432382345199585,,709
|
| 91 |
+
,0.09623333811759949,,,0.0015884522581472993,,15,,0.3159525692462921,,,2.181307554244995,,719
|
| 92 |
+
,0.12134188413619995,,,0.013689257204532623,,15,,0.4218936562538147,,,2.8686251640319824,,729
|
| 93 |
+
,0.13136984407901764,,,0.0036580467130988836,,15,,0.4391781687736511,,,3.0415029525756836,,739
|
| 94 |
+
,0.09423848986625671,,,0.0035307658836245537,,15,,0.4249194264411926,,,3.2715015411376953,,749
|
| 95 |
+
0.1066996306180954,,,0.00837671011686325,,,15,0.3827366828918457,,,2.676602840423584,,,751
|
| 96 |
+
,0.07559442520141602,,,0.017763979732990265,,16,,0.21046718955039978,,,1.1710877418518066,,759
|
| 97 |
+
,0.08185790479183197,,,0.001776302233338356,,16,,0.27555423974990845,,,1.9192001819610596,,769
|
| 98 |
+
,0.13238254189491272,,,0.0025309075135737658,,16,,0.4282627999782562,,,2.9334933757781982,,779
|
| 99 |
+
,0.0580151230096817,,,0.010037950240075588,,16,,0.46922188997268677,,,4.011687755584717,,789
|
| 100 |
+
0.10927219688892365,,,0.007789489347487688,,,16,0.3857540488243103,,,2.6869232654571533,,,798
|
| 101 |
+
,0.11544366180896759,,,0.004359120037406683,,17,,0.35319530963897705,,,2.333925247192383,,799
|
| 102 |
+
,0.09374216198921204,,,0.003776080906391144,,17,,0.32809126377105713,,,2.305730104446411,,809
|
| 103 |
+
,0.08054771274328232,,,0.002547331154346466,,17,,0.28860780596733093,,,2.0551273822784424,,819
|
| 104 |
+
,0.10257214307785034,,,0.003855636576190591,,17,,0.30790388584136963,,,2.014760971069336,,829
|
| 105 |
+
,0.15913209319114685,,,0.005178838036954403,,17,,0.3796723484992981,,,2.1536142826080322,,839
|
| 106 |
+
0.10978234559297562,,,0.008099997416138649,,,17,0.3790105879306793,,,2.61128306388855,,,845
|
| 107 |
+
,0.08331337571144104,,,0.0029973676428198814,,18,,0.3241662383079529,,,2.3785548210144043,,849
|
| 108 |
+
,0.17452788352966309,,,0.00654574204236269,,18,,0.35316652059555054,,,1.7209289073944092,,859
|
| 109 |
+
,0.17281410098075867,,,0.004572449717670679,,18,,0.47827208042144775,,,3.008854866027832,,869
|
| 110 |
+
,0.1315515637397766,,,0.006425464525818825,,18,,0.461869478225708,,,3.238924026489258,,879
|
| 111 |
+
,0.06573846936225891,,,0.0038601388223469257,,18,,0.19773134589195251,,,1.2813273668289185,,889
|
| 112 |
+
0.10512451082468033,,,0.0080100754275918,,,18,0.3872997760772705,,,2.7416510581970215,,,892
|
| 113 |
+
,0.14192715287208557,,,0.014405968599021435,,19,,0.3653973937034607,,,2.0906424522399902,,899
|
| 114 |
+
,0.10576272755861282,,,0.009473751299083233,,19,,0.4242057502269745,,,3.0896928310394287,,909
|
| 115 |
+
,0.06337723135948181,,,0.0037970789708197117,,19,,0.29888302087783813,,,2.317086935043335,,919
|
| 116 |
+
,0.0740162804722786,,,0.003478321246802807,,19,,0.3361309766769409,,,2.5863637924194336,,929
|
| 117 |
+
,0.046565450727939606,,,0.0014631899539381266,,19,,0.37007737159729004,,,3.220486879348755,,939
|
| 118 |
+
,,0.100167416036129,,,0.008042481727898121,19,,,0.36604732275009155,,,2.5783743858337402,939
|
| 119 |
+
0.10449019074440002,,,0.007727576419711113,,,19,0.38238587975502014,,,2.7016820907592773,,,939
|
| 120 |
+
,0.12633651494979858,,,0.00961199589073658,,20,,0.3323129415512085,,,1.9636445045471191,,949
|
| 121 |
+
,0.14231254160404205,,,0.0028660453390330076,,20,,0.2402094304561615,,,0.9503083825111389,,959
|
| 122 |
+
,0.1615729033946991,,,0.006261525209993124,,20,,0.4311102628707886,,,2.632758140563965,,969
|
| 123 |
+
,0.11225512623786926,,,0.003176359925419092,,20,,0.3960324227809906,,,2.806009292602539,,979
|
| 124 |
+
0.10394471883773804,,,0.008191360160708427,,,20,0.3710332214832306,,,2.588970422744751,,,986
|
| 125 |
+
,0.1465151160955429,,,0.004011661745607853,,21,,0.4422707259654999,,,2.9174394607543945,,989
|
| 126 |
+
,0.07989948987960815,,,0.004578513093292713,,21,,0.4023679494857788,,,3.1788995265960693,,999
|
| 127 |
+
,0.1014513373374939,,,0.006597368977963924,,21,,0.5160137414932251,,,4.079650402069092,,1009
|
| 128 |
+
,0.10058288276195526,,,0.011700252071022987,,21,,0.5993703603744507,,,4.870872974395752,,1019
|
| 129 |
+
,0.10126066207885742,,,0.002724439138546586,,21,,0.5143364667892456,,,4.103513717651367,,1029
|
| 130 |
+
0.10541626811027527,,,0.008647061884403229,,,21,0.3838905394077301,,,2.6982741355895996,,,1033
|
| 131 |
+
,0.07605179399251938,,,0.01365876104682684,,22,,0.36340633034706116,,,2.7369577884674072,,1039
|
| 132 |
+
,0.11469262838363647,,,0.0019385521300137043,,22,,0.24976478517055511,,,1.3313360214233398,,1049
|
| 133 |
+
,0.07212548702955246,,,0.002889025490731001,,22,,0.3697420656681061,,,2.9472756385803223,,1059
|
| 134 |
+
,0.09095019102096558,,,0.0037452380638569593,,22,,0.3979943096637726,,,3.0329885482788086,,1069
|
| 135 |
+
,0.08515457063913345,,,0.008373498916625977,,22,,0.44280490279197693,,,3.4927687644958496,,1079
|
| 136 |
+
0.10520974546670914,,,0.007860175333917141,,,22,0.3756778836250305,,,2.6260781288146973,,,1080
|
| 137 |
+
,0.10263175517320633,,,0.007528387475758791,,23,,0.44958388805389404,,,3.394237518310547,,1089
|
| 138 |
+
,0.07678702473640442,,,0.008312541991472244,,23,,0.45220455527305603,,,3.6710500717163086,,1099
|
| 139 |
+
,0.10548326373100281,,,0.002107028616592288,,23,,0.2951955795288086,,,1.8760532140731812,,1109
|
| 140 |
+
,0.10976821929216385,,,0.009194978512823582,,23,,0.29287537932395935,,,1.7391217947006226,,1119
|
| 141 |
+
0.10474734008312225,,,0.009033194743096828,,,23,0.3816147446632385,,,2.678342342376709,,,1127
|
| 142 |
+
,0.10415751487016678,,,0.003603144083172083,,24,,0.5521430373191833,,,4.44382381439209,,1129
|
| 143 |
+
,0.11631695926189423,,,0.003287531901150942,,24,,0.3389105796813965,,,2.193060874938965,,1139
|
| 144 |
+
,0.14974577724933624,,,0.011114011518657207,,24,,0.48799628019332886,,,3.271364688873291,,1149
|
| 145 |
+
,0.13962693512439728,,,0.006066454108804464,,24,,0.47088345885276794,,,3.2519006729125977,,1159
|
| 146 |
+
,0.08624593168497086,,,0.002538523403927684,,24,,0.33930811285972595,,,2.5052363872528076,,1169
|
| 147 |
+
,,0.09974978864192963,,,0.008237986825406551,24,,,0.38055384159088135,,,2.7256603240966797,1174
|
| 148 |
+
0.10320315510034561,,,0.008000342175364494,,,24,0.3778560161590576,,,2.6665244102478027,,,1174
|
| 149 |
+
,0.08761869370937347,,,0.04994891211390495,,25,,0.3440701961517334,,,2.065026044845581,,1179
|
| 150 |
+
,0.10605043172836304,,,0.011556125245988369,,25,,0.4206089377403259,,,3.0300235748291016,,1189
|
| 151 |
+
,0.08756503462791443,,,0.005789939314126968,,25,,0.5031504034996033,,,4.097954273223877,,1199
|
| 152 |
+
,0.09847494214773178,,,0.003606845159083605,,25,,0.27019670605659485,,,1.6811490058898926,,1209
|
| 153 |
+
,0.07517534494400024,,,0.00669457484036684,,25,,0.43386685848236084,,,3.5199692249298096,,1219
|
| 154 |
+
0.10450386255979538,,,0.0075386445969343185,,,25,0.36558565497398376,,,2.535430431365967,,,1221
|
| 155 |
+
,0.10503099858760834,,,0.001978222280740738,,26,,0.2948680520057678,,,1.8785884380340576,,1229
|
| 156 |
+
,0.08148293197154999,,,0.007704256102442741,,26,,0.2970167100429535,,,2.0782952308654785,,1239
|
| 157 |
+
,0.0830351859331131,,,0.0028695818036794662,,26,,0.2182556390762329,,,1.3235087394714355,,1249
|
| 158 |
+
,0.12761223316192627,,,0.02348306030035019,,26,,0.36342567205429077,,,2.1233038902282715,,1259
|
| 159 |
+
0.1017841324210167,,,0.00821425300091505,,,26,0.3721899390220642,,,2.6219136714935303,,,1268
|
| 160 |
+
,0.08921235799789429,,,0.0031619365327060223,,27,,0.35405951738357544,,,2.616852283477783,,1269
|
| 161 |
+
,0.09803725779056549,,,0.0023011055309325457,,27,,0.29273414611816406,,,1.9239577054977417,,1279
|
| 162 |
+
,0.10078048706054688,,,0.01288212276995182,,27,,0.33517009019851685,,,2.2150747776031494,,1289
|
| 163 |
+
,0.06277064979076385,,,0.003947432152926922,,27,,0.29579538106918335,,,2.2907729148864746,,1299
|
| 164 |
+
,0.054471276700496674,,,0.005312657915055752,,27,,0.26282501220703125,,,2.0304107666015625,,1309
|
| 165 |
+
0.10528755933046341,,,0.0073242271319031715,,,27,0.36509251594543457,,,2.524806022644043,,,1315
|
| 166 |
+
,0.08705973625183105,,,0.0020500440150499344,,28,,0.22357015311717987,,,1.3446035385131836,,1319
|
| 167 |
+
,0.12927067279815674,,,0.005839663557708263,,28,,0.6328612565994263,,,4.977508544921875,,1329
|
| 168 |
+
,0.08353973180055618,,,0.0029429991263896227,,28,,0.19370713829994202,,,1.0722440481185913,,1339
|
| 169 |
+
,0.09522992372512817,,,0.0028124256059527397,,28,,0.45416247844696045,,,3.5612010955810547,,1349
|
| 170 |
+
,0.12925821542739868,,,0.015318745747208595,,28,,0.25421690940856934,,,1.0963995456695557,,1359
|
| 171 |
+
0.10265298932790756,,,0.007841883227229118,,,28,0.36976510286331177,,,2.592703342437744,,,1362
|
| 172 |
+
,0.07480916380882263,,,0.0051827821880578995,,29,,0.26337480545043945,,,1.8338284492492676,,1369
|
| 173 |
+
,0.0933045819401741,,,0.004378341604024172,,29,,0.24389620125293732,,,1.4621326923370361,,1379
|
| 174 |
+
,0.100237175822258,,,0.005376829765737057,,29,,0.30937159061431885,,,2.0375757217407227,,1389
|
| 175 |
+
,0.08781686425209045,,,0.006095001008361578,,29,,0.46242696046829224,,,3.685150623321533,,1399
|
| 176 |
+
,0.09510841965675354,,,0.0005472678458318114,,29,,0.26425617933273315,,,1.686004877090454,,1409
|
| 177 |
+
,,0.09916476905345917,,,0.007496768608689308,29,,,0.3774779438972473,,,2.7081644535064697,1409
|
| 178 |
+
0.10242843627929688,,,0.008000712841749191,,,29,0.3621215522289276,,,2.516922950744629,,,1409
|
| 179 |
+
,0.10097396373748779,,,0.0024598725140094757,,30,,0.3773718476295471,,,2.739380121231079,,1419
|
| 180 |
+
,0.09290163964033127,,,0.00305768521502614,,30,,0.27420973777770996,,,1.7825039625167847,,1429
|
| 181 |
+
,0.14473386108875275,,,0.006461627781391144,,30,,0.5777804255485535,,,4.265849590301514,,1439
|
| 182 |
+
,0.0752367228269577,,,0.034082863479852676,,30,,0.37104010581970215,,,2.6172051429748535,,1449
|
| 183 |
+
0.1057133674621582,,,0.007924670353531837,,,30,0.37520402669906616,,,2.615659236907959,,,1456
|
| 184 |
+
,0.06534972041845322,,,0.0040579321794211864,,31,,0.25760617852211,,,1.8819851875305176,,1459
|
| 185 |
+
,0.1395314633846283,,,0.005380513146519661,,31,,0.4343538284301758,,,2.894418239593506,,1469
|
| 186 |
+
,0.08880998939275742,,,0.005868136417120695,,31,,0.3014708161354065,,,2.0679268836975098,,1479
|
| 187 |
+
,0.1717219054698944,,,0.007319001480937004,,31,,0.43691304326057434,,,2.578721046447754,,1489
|
| 188 |
+
,0.15210263431072235,,,0.00284898211248219,,31,,0.3541896939277649,,,1.9923808574676514,,1499
|
| 189 |
+
0.10604110360145569,,,0.008178024552762508,,,31,0.37989768385887146,,,2.656784772872925,,,1503
|
| 190 |
+
,0.1129903718829155,,,0.009659584611654282,,32,,0.4037010073661804,,,2.8105103969573975,,1509
|
| 191 |
+
,0.06730803847312927,,,0.004823378752917051,,32,,0.41730839014053345,,,3.4517698287963867,,1519
|
| 192 |
+
,0.10774863511323929,,,0.0009979470632970333,,32,,0.21615998446941376,,,1.0741338729858398,,1529
|
| 193 |
+
,0.09080983698368073,,,0.012792602181434631,,32,,0.4201754331588745,,,3.165729522705078,,1539
|
| 194 |
+
,0.06256399303674698,,,0.016165658831596375,,32,,0.22994238138198853,,,1.51212739944458,,1549
|
| 195 |
+
0.10504129528999329,,,0.007395683787763119,,,32,0.3684120178222656,,,2.5597493648529053,,,1550
|
| 196 |
+
,0.11870558559894562,,,0.0019005039939656854,,33,,0.22201013565063477,,,1.0140405893325806,,1559
|
| 197 |
+
,0.1300334632396698,,,0.011882399208843708,,33,,0.5703660249710083,,,4.284501075744629,,1569
|
| 198 |
+
,0.0696299597620964,,,0.005546040832996368,,33,,0.47039738297462463,,,3.952213764190674,,1579
|
| 199 |
+
,0.08337034285068512,,,0.005463671870529652,,33,,0.3587222993373871,,,2.698882818222046,,1589
|
| 200 |
+
0.10259528458118439,,,0.007315188646316528,,,33,0.36536887288093567,,,2.554581642150879,,,1597
|
| 201 |
+
,0.1114378571510315,,,0.006074272096157074,,34,,0.3048178553581238,,,1.8730573654174805,,1599
|
| 202 |
+
,0.13823159039020538,,,0.007679584436118603,,34,,0.4773644804954529,,,3.314533233642578,,1609
|
| 203 |
+
,0.12112650275230408,,,0.0024391175247728825,,34,,0.34619787335395813,,,2.226322650909424,,1619
|
| 204 |
+
,0.18027730286121368,,,0.006201989948749542,,34,,0.5233118534088135,,,3.3683252334594727,,1629
|
| 205 |
+
,0.0569097101688385,,,0.0033533035311847925,,34,,0.42747730016708374,,,3.672142744064331,,1639
|
| 206 |
+
,,0.09651107341051102,,,0.009590605273842812,34,,,0.3593311011791229,,,2.532294273376465,1644
|
| 207 |
+
0.10295307636260986,,,0.007462567184120417,,,34,0.3743433654308319,,,2.639277458190918,,,1644
|
| 208 |
+
,0.08633916825056076,,,0.006308543495833874,,35,,0.3112051486968994,,,2.185574531555176,,1649
|
| 209 |
+
,0.13343502581119537,,,0.00426110252737999,,35,,0.41236209869384766,,,2.746659755706787,,1659
|
| 210 |
+
,0.05692502483725548,,,0.014655210077762604,,35,,0.5302890539169312,,,4.587088584899902,,1669
|
| 211 |
+
,0.09987878054380417,,,0.0027814661152660847,,35,,0.4360029697418213,,,3.3334271907806396,,1679
|
| 212 |
+
,0.09387435764074326,,,0.012105794623494148,,35,,0.3735646605491638,,,2.675845146179199,,1689
|
| 213 |
+
0.10202667862176895,,,0.008109834045171738,,,35,0.3744264245033264,,,2.6428990364074707,,,1691
|
| 214 |
+
,0.12115463614463806,,,0.0021863477304577827,,36,,0.29830366373062134,,,1.7496265172958374,,1699
|
| 215 |
+
,0.09688009321689606,,,0.004156689625233412,,36,,0.24351690709590912,,,1.4248013496398926,,1709
|
| 216 |
+
,0.06540913879871368,,,0.0035143080167472363,,36,,0.194809228181839,,,1.2588577270507812,,1719
|
| 217 |
+
,0.10809017717838287,,,0.0030899273697286844,,36,,0.37241852283477783,,,2.612384080886841,,1729
|
| 218 |
+
0.10248734802007675,,,0.007347083184868097,,,36,0.3679729402065277,,,2.5813844203948975,,,1738
|
| 219 |
+
,0.07596814632415771,,,0.0035137287341058254,,37,,0.2776419520378113,,,1.9816007614135742,,1739
|
| 220 |
+
,0.13721919059753418,,,0.0019349607173353434,,37,,0.20087739825248718,,,0.6172324419021606,,1749
|
| 221 |
+
,0.10499350726604462,,,0.012103334069252014,,37,,0.4151776134967804,,,2.9808075428009033,,1759
|
| 222 |
+
,0.1274673193693161,,,0.004207359626889229,,37,,0.3212367594242096,,,1.895620584487915,,1769
|
| 223 |
+
,0.046609051525592804,,,0.003856182098388672,,37,,0.25492164492607117,,,2.0445642471313477,,1779
|
| 224 |
+
0.10336792469024658,,,0.008664616383612156,,,37,0.37764596939086914,,,2.6561343669891357,,,1785
|
| 225 |
+
,0.08387582004070282,,,0.004334667697548866,,38,,0.31281426548957825,,,2.2460379600524902,,1789
|
| 226 |
+
,0.11075535416603088,,,0.004559100605547428,,38,,0.4213235080242157,,,3.0600903034210205,,1799
|
| 227 |
+
,0.07602237910032272,,,0.009757120162248611,,38,,0.2968372702598572,,,2.1105775833129883,,1809
|
| 228 |
+
,0.06644412130117416,,,0.0015583804342895746,,38,,0.2669540047645569,,,1.9895150661468506,,1819
|
| 229 |
+
,0.13104918599128723,,,0.0038589551113545895,,38,,0.2513999044895172,,,1.1649177074432373,,1829
|
| 230 |
+
0.10399415343999863,,,0.0076910508796572685,,,38,0.3704429864883423,,,2.5875766277313232,,,1832
|
| 231 |
+
,0.14325495064258575,,,0.005961312912404537,,39,,0.2686557471752167,,,1.1943950653076172,,1839
|
| 232 |
+
,0.07880701124668121,,,0.010088146664202213,,39,,0.27456432580947876,,,1.856691598892212,,1849
|
| 233 |
+
,0.10658339411020279,,,0.0021770172752439976,,39,,0.2412305623292923,,,1.3247015476226807,,1859
|
| 234 |
+
,0.11780679225921631,,,0.01790587604045868,,39,,0.31947624683380127,,,1.8376357555389404,,1869
|
| 235 |
+
,0.18971745669841766,,,0.013940448872745037,,39,,0.7326928377151489,,,5.29034948348999,,1879
|
| 236 |
+
,,0.09945652633905411,,,0.007693491876125336,39,,,0.366390585899353,,,2.5924057960510254,1879
|
| 237 |
+
0.10055980086326599,,,0.007643365301191807,,,39,0.36979082226753235,,,2.6158759593963623,,,1879
|
| 238 |
+
,0.1250397115945816,,,0.009638062678277493,,40,,0.33697307109832764,,,2.0229530334472656,,1889
|
| 239 |
+
,0.11563310772180557,,,0.003330446081236005,,40,,0.38781529664993286,,,2.6885173320770264,,1899
|
| 240 |
+
,0.13623321056365967,,,0.002762137446552515,,40,,0.2508298456668854,,,1.1183451414108276,,1909
|
| 241 |
+
,0.08972825855016708,,,0.024906566366553307,,40,,0.3590523600578308,,,2.4441752433776855,,1919
|
| 242 |
+
0.10149539262056351,,,0.007465198636054993,,,40,0.37262585759162903,,,2.6366522312164307,,,1926
|
| 243 |
+
,0.08278829604387283,,,0.007502419874072075,,41,,0.5018072128295898,,,4.115164756774902,,1929
|
| 244 |
+
,0.06881174445152283,,,0.0024434318765997887,,41,,0.17714008688926697,,,1.0588490962982178,,1939
|
| 245 |
+
,0.07396180927753448,,,0.05587059259414673,,41,,0.48555755615234375,,,3.557251453399658,,1949
|
| 246 |
+
,0.18048830330371857,,,0.009774219244718552,,41,,0.3550010025501251,,,1.6473848819732666,,1959
|
| 247 |
+
,0.07101163268089294,,,0.0027441694401204586,,41,,0.2606067359447479,,,1.8685091733932495,,1969
|
| 248 |
+
0.1005125343799591,,,0.008463019505143166,,,41,0.36934733390808105,,,2.6037158966064453,,,1973
|
| 249 |
+
,0.09336476773023605,,,0.0021272795274853706,,42,,0.2504407465457916,,,1.5494868755340576,,1979
|
| 250 |
+
,0.10353119671344757,,,0.012891050428152084,,42,,0.47718173265457153,,,3.6075944900512695,,1989
|
| 251 |
+
,0.1053626537322998,,,0.009826727211475372,,42,,0.36699017882347107,,,2.51800799369812,,1999
|
| 252 |
+
,0.05608949065208435,,,0.014433694072067738,,42,,0.46372994780540466,,,3.932067632675171,,2009
|
| 253 |
+
,0.11353808641433716,,,0.00304236076772213,,42,,0.5454362034797668,,,4.288558006286621,,2019
|
| 254 |
+
0.10295893251895905,,,0.007766332942992449,,,42,0.3734827935695648,,,2.6275744438171387,,,2020
|
| 255 |
+
,0.08174343407154083,,,0.007247070781886578,,43,,0.33728858828544617,,,2.482980728149414,,2029
|
| 256 |
+
,0.05483304709196091,,,0.003731335513293743,,43,,0.22886373102664948,,,1.7029932737350464,,2039
|
| 257 |
+
,0.11396599560976028,,,0.004601174965500832,,43,,0.49083977937698364,,,3.7227258682250977,,2049
|
| 258 |
+
,0.039422690868377686,,,0.007898612879216671,,43,,0.3185874819755554,,,2.7126619815826416,,2059
|
| 259 |
+
0.10320315510034561,,,0.007662252523005009,,,43,0.3683534562587738,,,2.574880838394165,,,2067
|
| 260 |
+
,0.07793393731117249,,,0.00995978619903326,,44,,0.3194557726383209,,,2.3156204223632812,,2069
|
| 261 |
+
,0.09257816523313522,,,0.0051689776591956615,,44,,0.3320562541484833,,,2.3430910110473633,,2079
|
| 262 |
+
,0.10752802342176437,,,0.003612818894907832,,44,,0.4034458100795746,,,2.9230499267578125,,2089
|
| 263 |
+
,0.12330026924610138,,,0.0030834944918751717,,44,,0.24891020357608795,,,1.2252644300460815,,2099
|
| 264 |
+
,0.1175917387008667,,,0.012783416546881199,,44,,0.31338533759117126,,,1.8301019668579102,,2109
|
| 265 |
+
,,0.10353250056505203,,,0.008983999490737915,44,,,0.38304299116134644,,,2.7052648067474365,2114
|
| 266 |
+
0.10125666111707687,,,0.007842188701033592,,,44,0.3680144250392914,,,2.5891592502593994,,,2114
|
| 267 |
+
,0.1457153856754303,,,0.003921558149158955,,45,,0.39019596576690674,,,2.405590295791626,,2119
|
| 268 |
+
,0.13750457763671875,,,0.003574557602405548,,45,,0.4672161936759949,,,3.2613704204559326,,2129
|
| 269 |
+
,0.11540193855762482,,,0.0026571503840386868,,45,,0.26205772161483765,,,1.439986228942871,,2139
|
| 270 |
+
,0.04339666664600372,,,0.005332045257091522,,45,,0.2156943380832672,,,1.6696562767028809,,2149
|
| 271 |
+
,0.09037529677152634,,,0.0020901174284517765,,45,,0.3115684390068054,,,2.1910300254821777,,2159
|
| 272 |
+
0.10221197456121445,,,0.007584917824715376,,,45,0.3754236102104187,,,2.6562681198120117,,,2161
|
| 273 |
+
,0.09333354234695435,,,0.008791603147983551,,46,,0.4647579789161682,,,3.626328229904175,,2169
|
| 274 |
+
,0.06224151700735092,,,0.0029109909664839506,,46,,0.3759337067604065,,,3.10781192779541,,2179
|
| 275 |
+
,0.1226327121257782,,,0.0031756809912621975,,46,,0.3645297884941101,,,2.387213706970215,,2189
|
| 276 |
+
,0.15931031107902527,,,0.0036459274124354124,,46,,0.37138843536376953,,,2.084321975708008,,2199
|
| 277 |
+
0.09919902682304382,,,0.007534513249993324,,,46,0.36549124121665955,,,2.5875778198242188,,,2208
|
| 278 |
+
,0.13240984082221985,,,0.003131782403215766,,47,,0.46308478713035583,,,3.2754316329956055,,2209
|
| 279 |
+
,0.057910919189453125,,,0.03935280442237854,,47,,0.3867444097995758,,,2.8948068618774414,,2219
|
| 280 |
+
,0.12141820788383484,,,0.004371354356408119,,47,,0.29690849781036377,,,1.7111893892288208,,2229
|
| 281 |
+
,0.12915760278701782,,,0.002504840027540922,,47,,0.36868029832839966,,,2.370178699493408,,2239
|
| 282 |
+
,0.07433177530765533,,,0.020316235721111298,,47,,0.3657802939414978,,,2.7113230228424072,,2249
|
| 283 |
+
0.09871575236320496,,,0.008409908041357994,,,47,0.37394362688064575,,,2.668180465698242,,,2255
|
| 284 |
+
,0.08976993709802628,,,0.0036549645010381937,,48,,0.3440511226654053,,,2.5062620639801025,,2259
|
| 285 |
+
,0.06932953000068665,,,0.009540911763906479,,48,,0.300698459148407,,,2.21828031539917,,2269
|
| 286 |
+
,0.0510653480887413,,,0.022056709975004196,,48,,0.3839680552482605,,,3.108459949493408,,2279
|
| 287 |
+
,0.12232105433940887,,,0.001980734523385763,,48,,0.371041864156723,,,2.467400550842285,,2289
|
| 288 |
+
,0.0974225252866745,,,0.0027598056476563215,,48,,0.2639240324497223,,,1.6374167203903198,,2299
|
| 289 |
+
0.10156469792127609,,,0.007334488444030285,,,48,0.36188340187072754,,,2.529841899871826,,,2302
|
| 290 |
+
,0.0828034058213234,,,0.004138836171478033,,49,,0.4093811511993408,,,3.2243893146514893,,2309
|
| 291 |
+
,0.08625171333551407,,,0.007894179783761501,,49,,0.27293893694877625,,,1.7879302501678467,,2319
|
| 292 |
+
,0.14832577109336853,,,0.013447560369968414,,49,,0.489943265914917,,,3.2816991806030273,,2329
|
| 293 |
+
,0.0871753916144371,,,0.0011524008587002754,,49,,0.2998834550380707,,,2.1155567169189453,,2339
|
| 294 |
+
,0.25827300548553467,,,0.003301010001450777,,49,,0.6717513799667358,,,4.101773262023926,,2349
|
| 295 |
+
,,0.1000848263502121,,,0.009965200908482075,49,,,0.3682847321033478,,,2.5823469161987305,2349
|
| 296 |
+
0.1005629301071167,,,0.007451242301613092,,,49,0.3745405673980713,,,2.6652634143829346,,,2349
|
| 297 |
+
,0.1800127625465393,,,0.01237808633595705,,50,,0.292829692363739,,,1.0043880939483643,,2359
|
| 298 |
+
,0.07894234359264374,,,0.002339406171813607,,50,,0.3897016942501068,,,3.0841994285583496,,2369
|
| 299 |
+
,0.07503914833068848,,,0.004071334842592478,,50,,0.3521740436553955,,,2.73063588142395,,2379
|
| 300 |
+
,0.04070236533880234,,,0.009935682639479637,,50,,0.4461974501609802,,,3.9555935859680176,,2389
|
| 301 |
+
0.09995608776807785,,,0.007637611590325832,,,50,0.36970123648643494,,,2.6210732460021973,,,2396
|
| 302 |
+
,0.07365670800209045,,,0.010588975623250008,,51,,0.4015515148639679,,,3.17305850982666,,2399
|
| 303 |
+
,0.09839385747909546,,,0.006182572804391384,,51,,0.398647665977478,,,2.9407126903533936,,2409
|
| 304 |
+
,0.09125454723834991,,,0.02226659283041954,,51,,0.5249365568161011,,,4.1141533851623535,,2419
|
| 305 |
+
,0.12775586545467377,,,0.003379510249942541,,51,,0.2681978940963745,,,1.3706250190734863,,2429
|
| 306 |
+
,0.12861454486846924,,,0.0022373914252966642,,51,,0.2733553349971771,,,1.4250340461730957,,2439
|
| 307 |
+
0.10136875510215759,,,0.008411742746829987,,,51,0.36767855286598206,,,2.5789811611175537,,,2443
|
| 308 |
+
,0.09014105051755905,,,0.003951555117964745,,52,,0.33071577548980713,,,2.3662314414978027,,2449
|
| 309 |
+
,0.09003379195928574,,,0.007963973097503185,,52,,0.3262832462787628,,,2.2828550338745117,,2459
|
| 310 |
+
,0.17011578381061554,,,0.006226751953363419,,52,,0.639380156993866,,,4.630375862121582,,2469
|
| 311 |
+
,0.1627330183982849,,,0.011468915268778801,,52,,0.46397891640663147,,,2.8977699279785156,,2479
|
| 312 |
+
,0.060196973383426666,,,0.020689260214567184,,52,,0.26847660541534424,,,1.875903844833374,,2489
|
| 313 |
+
0.10415633767843246,,,0.00817980244755745,,,52,0.37866124510765076,,,2.66325306892395,,,2490
|
| 314 |
+
,0.056095190346241,,,0.011790513060986996,,53,,0.2560878396034241,,,1.8820213079452515,,2499
|
| 315 |
+
,0.10727568715810776,,,0.017438076436519623,,53,,0.4222591519355774,,,2.975454092025757,,2509
|
| 316 |
+
,0.1557949185371399,,,0.0014505169820040464,,53,,0.2959114909172058,,,1.3866604566574097,,2519
|
| 317 |
+
,0.0644594207406044,,,0.0030724061653017998,,53,,0.2548850178718567,,,1.8735318183898926,,2529
|
| 318 |
+
0.10200940817594528,,,0.007826595567166805,,,53,0.36438852548599243,,,2.5455245971679688,,,2537
|
| 319 |
+
,0.07655753195285797,,,0.0020122090354561806,,54,,0.22880485653877258,,,1.50235116481781,,2539
|
| 320 |
+
,0.09073828160762787,,,0.0036211099941283464,,54,,0.47368428111076355,,,3.793248176574707,,2549
|
| 321 |
+
,0.13431653380393982,,,0.002904757857322693,,54,,0.6536607146263123,,,5.164393901824951,,2559
|
| 322 |
+
,0.09106387943029404,,,0.007075483910739422,,54,,0.35421550273895264,,,2.5607612133026123,,2569
|
| 323 |
+
,0.11569885909557343,,,0.003525699954479933,,54,,0.38417163491249084,,,2.649470806121826,,2579
|
| 324 |
+
,,0.10289718955755234,,,0.008801565505564213,54,,,0.3632095754146576,,,2.515108346939087,2584
|
| 325 |
+
0.09973662346601486,,,0.007494129240512848,,,54,0.367570161819458,,,2.6033966541290283,,,2584
|
| 326 |
+
,0.09151007235050201,,,0.0075100380927324295,,55,,0.4773319661617279,,,3.783118486404419,,2589
|
| 327 |
+
,0.1180361732840538,,,0.004764657001942396,,55,,0.35649624466896057,,,2.336954116821289,,2599
|
| 328 |
+
,0.05635817348957062,,,0.0018156999722123146,,55,,0.34301114082336426,,,2.8483726978302,,2609
|
| 329 |
+
,0.05043582618236542,,,0.0021023768931627274,,55,,0.1614479124546051,,,1.089097023010254,,2619
|
| 330 |
+
,0.10142840445041656,,,0.0015842304565012455,,55,,0.3320524990558624,,,2.290398597717285,,2629
|
| 331 |
+
0.09998922049999237,,,0.00807237159460783,,,55,0.3688197731971741,,,2.607579469680786,,,2631
|
| 332 |
+
,0.08482301980257034,,,0.0024932425003498793,,56,,0.27357447147369385,,,1.8625820875167847,,2639
|
| 333 |
+
,0.17602533102035522,,,0.002354423515498638,,56,,0.2804616689682007,,,1.020819067955017,,2649
|
| 334 |
+
,0.08446422219276428,,,0.00246348325163126,,56,,0.16127106547355652,,,0.7434335947036743,,2659
|
| 335 |
+
,0.10095182061195374,,,0.003800804726779461,,56,,0.35761559009552,,,2.5286295413970947,,2669
|
| 336 |
+
0.10135301202535629,,,0.007535802200436592,,,56,0.36478883028030396,,,2.559002637863159,,,2678
|
| 337 |
+
,0.11480852216482162,,,0.007424609269946814,,57,,0.3568592071533203,,,2.3462605476379395,,2679
|
| 338 |
+
,0.15452155470848083,,,0.0034352405928075314,,57,,0.2983514666557312,,,1.403946876525879,,2689
|
| 339 |
+
,0.09318380057811737,,,0.0018018867122009397,,57,,0.18037813901901245,,,0.853924572467804,,2699
|
| 340 |
+
,0.09692181646823883,,,0.00393585953861475,,57,,0.40585118532180786,,,3.0499348640441895,,2709
|
| 341 |
+
,0.11570782959461212,,,0.004616547841578722,,57,,0.331723153591156,,,2.113987684249878,,2719
|
| 342 |
+
0.10210122913122177,,,0.00794746819883585,,,57,0.37507110834121704,,,2.6502227783203125,,,2725
|
| 343 |
+
,0.11725522577762604,,,0.0019785568583756685,,58,,0.32561326026916504,,,2.0637948513031006,,2729
|
| 344 |
+
,0.10559771209955215,,,0.006916404701769352,,58,,0.4163861572742462,,,3.0387203693389893,,2739
|
| 345 |
+
,0.11233703792095184,,,0.007193904370069504,,58,,0.578770637512207,,,4.5923967361450195,,2749
|
| 346 |
+
,0.1439891755580902,,,0.018932973966002464,,58,,0.6734529733657837,,,5.1053080558776855,,2759
|
| 347 |
+
,0.08407723158597946,,,0.006566194351762533,,58,,0.3091287910938263,,,2.1848537921905518,,2769
|
| 348 |
+
0.10024949908256531,,,0.006993887014687061,,,58,0.3761664032936096,,,2.6892309188842773,,,2772
|
| 349 |
+
,0.13594026863574982,,,0.006938653066754341,,59,,0.49596893787384033,,,3.530900001525879,,2779
|
| 350 |
+
,0.12026778608560562,,,0.003268927102908492,,59,,0.2832562327384949,,,1.597195029258728,,2789
|
| 351 |
+
,0.09196027368307114,,,0.008035177364945412,,59,,0.4314139485359192,,,3.3141849040985107,,2799
|
| 352 |
+
,0.13541178405284882,,,0.007163466885685921,,59,,0.3859211802482605,,,2.4334590435028076,,2809
|
| 353 |
+
,0.05306383967399597,,,0.0018515590345486999,,59,,0.18378424644470215,,,1.2886884212493896,,2819
|
| 354 |
+
,,0.10517186671495438,,,0.007981724105775356,59,,,0.35568705201148987,,,2.4253339767456055,2819
|
| 355 |
+
0.10015102475881577,,,0.007203276269137859,,,59,0.3691488206386566,,,2.6179466247558594,,,2819
|
| 356 |
+
,0.096413254737854,,,0.002523600123822689,,60,,0.23034383356571198,,,1.3140697479248047,,2829
|
| 357 |
+
,0.098075270652771,,,0.0042272224090993404,,60,,0.5342199802398682,,,4.319174766540527,,2839
|
| 358 |
+
,0.10396349430084229,,,0.008035511709749699,,60,,0.5017520189285278,,,3.8975303173065186,,2849
|
| 359 |
+
,0.08334269374608994,,,0.0027149319648742676,,60,,0.2686755657196045,,,1.8261792659759521,,2859
|
| 360 |
+
0.09940622001886368,,,0.007444857154041529,,,60,0.3620172441005707,,,2.5516607761383057,,,2866
|
| 361 |
+
,0.12684085965156555,,,0.0026989176403731108,,61,,0.519607424736023,,,3.900676727294922,,2869
|
| 362 |
+
,0.13564445078372955,,,0.0054435282945632935,,61,,0.4175662696361542,,,2.7647829055786133,,2879
|
| 363 |
+
,0.06327301263809204,,,0.004161791410297155,,61,,0.30359792709350586,,,2.361631155014038,,2889
|
| 364 |
+
,0.08811749517917633,,,0.007519630715250969,,61,,0.30567777156829834,,,2.1004066467285156,,2899
|
| 365 |
+
,0.08813083916902542,,,0.005034118890762329,,61,,0.323440283536911,,,2.302753448486328,,2909
|
| 366 |
+
0.09990530461072922,,,0.006871051620692015,,,61,0.36841270327568054,,,2.616366147994995,,,2913
|
| 367 |
+
,0.08350160717964172,,,0.0037224008701741695,,62,,0.18979573249816895,,,1.02571702003479,,2919
|
| 368 |
+
,0.04292716830968857,,,0.007934273220598698,,62,,0.39158007502555847,,,3.407186508178711,,2929
|
| 369 |
+
,0.0913253128528595,,,0.0031051570549607277,,62,,0.34390297532081604,,,2.494725227355957,,2939
|
| 370 |
+
,0.09914915263652802,,,0.006468005478382111,,62,,0.3569464683532715,,,2.5132932662963867,,2949
|
| 371 |
+
,0.09368035197257996,,,0.0031430684030056,,62,,0.3044689893722534,,,2.076455593109131,,2959
|
| 372 |
+
0.10002285242080688,,,0.00776818348094821,,,62,0.3655891716480255,,,2.5779805183410645,,,2960
|
| 373 |
+
,0.14509573578834534,,,0.007132039405405521,,63,,0.4652698040008545,,,3.130419969558716,,2969
|
| 374 |
+
,0.1063704639673233,,,0.009388058446347713,,63,,0.37518540024757385,,,2.594268321990967,,2979
|
| 375 |
+
,0.10566221177577972,,,0.004210378974676132,,63,,0.3597533106803894,,,2.498807430267334,,2989
|
| 376 |
+
,0.08714526891708374,,,0.009096412919461727,,63,,0.3266890048980713,,,2.3044731616973877,,2999
|
| 377 |
+
0.10092711448669434,,,0.007069955114275217,,,63,0.3700792193412781,,,2.6208202838897705,,,3007
|
| 378 |
+
,0.06084652245044708,,,0.012607897631824017,,64,,0.2750745117664337,,,2.0162010192871094,,3009
|
| 379 |
+
,0.16561336815357208,,,0.004110055975615978,,64,,0.5892993211746216,,,4.195758819580078,,3019
|
| 380 |
+
,0.11587031185626984,,,0.0030091931112110615,,64,,0.29931607842445374,,,1.8043657541275024,,3029
|
| 381 |
+
,0.1196713000535965,,,0.007609548978507519,,64,,0.43419748544692993,,,3.069166421890259,,3039
|
| 382 |
+
,0.11950571835041046,,,0.005045950412750244,,64,,0.3018149137496948,,,1.7726325988769531,,3049
|
| 383 |
+
,,0.09762848168611526,,,0.010570555925369263,64,,,0.37961506843566895,,,2.7141599655151367,3054
|
| 384 |
+
0.09756749868392944,,,0.007960396818816662,,,64,0.3713556230068207,,,2.658278226852417,,,3054
|
| 385 |
+
,0.09485788643360138,,,0.009505510330200195,,65,,0.33187466859817505,,,2.2751128673553467,,3059
|
| 386 |
+
,0.058256249874830246,,,0.029603775590658188,,65,,0.22000378370285034,,,1.3214374780654907,,3069
|
| 387 |
+
,0.03814397752285004,,,0.010058330371975899,,65,,0.31103116273880005,,,2.628288745880127,,3079
|
| 388 |
+
,0.11730398237705231,,,0.008890761062502861,,65,,0.33309683203697205,,,2.0690207481384277,,3089
|
| 389 |
+
,0.14557990431785583,,,0.005461758002638817,,65,,0.25940707325935364,,,1.0836539268493652,,3099
|
| 390 |
+
0.10013455152511597,,,0.007872764952480793,,,65,0.3708595335483551,,,2.628521680831909,,,3101
|
| 391 |
+
,0.09205362945795059,,,0.004029368981719017,,66,,0.3491121828556061,,,2.53029203414917,,3109
|
| 392 |
+
,0.1092892438173294,,,0.017885182052850723,,66,,0.34669336676597595,,,2.1951894760131836,,3119
|
| 393 |
+
,0.07417909801006317,,,0.012548821978271008,,66,,0.33292144536972046,,,2.461935043334961,,3129
|
| 394 |
+
,0.12590694427490234,,,0.005240139085799456,,66,,0.6153098344802856,,,4.841627597808838,,3139
|
| 395 |
+
0.10252433270215988,,,0.008290679194033146,,,66,0.36455848813056946,,,2.5374345779418945,,,3148
|
| 396 |
+
,0.0636228621006012,,,0.004668623208999634,,67,,0.2257278859615326,,,1.5743639469146729,,3149
|
| 397 |
+
,0.04981547221541405,,,0.0035377955064177513,,67,,0.34632620215415955,,,2.9297292232513428,,3159
|
| 398 |
+
,0.08137598633766174,,,0.0036592409014701843,,67,,0.3177946209907532,,,2.327594041824341,,3169
|
| 399 |
+
,0.11833050847053528,,,0.011119239032268524,,67,,0.3388212025165558,,,2.093714714050293,,3179
|
| 400 |
+
,0.12325067818164825,,,0.008364148437976837,,67,,0.27253514528274536,,,1.409203052520752,,3189
|
| 401 |
+
0.09804054349660873,,,0.00723207276314497,,,67,0.34746503829956055,,,2.421924352645874,,,3195
|
| 402 |
+
,0.07675345242023468,,,0.018902692943811417,,68,,0.5067636370658875,,,4.111074924468994,,3199
|
| 403 |
+
,0.1427612006664276,,,0.0038847876712679863,,68,,0.5577657222747803,,,4.111197471618652,,3209
|
| 404 |
+
,0.10997891426086426,,,0.011725865304470062,,68,,0.2945827841758728,,,1.7287800312042236,,3219
|
| 405 |
+
,0.11101165413856506,,,0.012654727324843407,,68,,0.47135913372039795,,,3.4769272804260254,,3229
|
| 406 |
+
,0.09098860621452332,,,0.0022071623243391514,,68,,0.25314363837242126,,,1.5994789600372314,,3239
|
| 407 |
+
0.09936713427305222,,,0.006728478241711855,,,68,0.36143890023231506,,,2.5534329414367676,,,3242
|
| 408 |
+
,0.0848153755068779,,,0.011059251613914967,,69,,0.3666301965713501,,,2.7075560092926025,,3249
|
| 409 |
+
,0.1632179170846939,,,0.0034851855598390102,,69,,0.3204483389854431,,,1.5374525785446167,,3259
|
| 410 |
+
,0.11906318366527557,,,0.0037528900429606438,,69,,0.3189382553100586,,,1.961221694946289,,3269
|
| 411 |
+
,0.07381530851125717,,,0.004378899931907654,,69,,0.4376269578933716,,,3.594327449798584,,3279
|
| 412 |
+
,0.05235355347394943,,,0.002646641805768013,,69,,0.6992394924163818,,,6.442392349243164,,3289
|
| 413 |
+
,,0.10205750912427902,,,0.007784112822264433,69,,,0.3703884482383728,,,2.605468273162842,3289
|
| 414 |
+
0.10251250863075256,,,0.00798056647181511,,,69,0.3660755157470703,,,2.555823802947998,,,3289
|
| 415 |
+
,0.10552257299423218,,,0.0015078200958669186,,70,,0.2602381110191345,,,1.5320771932601929,,3299
|
| 416 |
+
,0.0735807865858078,,,0.013658017851412296,,70,,0.39084476232528687,,,3.0360593795776367,,3309
|
| 417 |
+
,0.10039271414279938,,,0.015249804593622684,,70,,0.2950938940048218,,,1.7945135831832886,,3319
|
| 418 |
+
,0.0974992960691452,,,0.003931774757802486,,70,,0.36732035875320435,,,2.65889310836792,,3329
|
| 419 |
+
0.10051180422306061,,,0.007721988949924707,,,70,0.3692460060119629,,,2.610121250152588,,,3336
|
| 420 |
+
,0.07248830050230026,,,0.010386765003204346,,71,,0.37205833196640015,,,2.8918328285217285,,3339
|
| 421 |
+
,0.07241103053092957,,,0.004428689833730459,,71,,0.2606739401817322,,,1.838342308998108,,3349
|
| 422 |
+
,0.11222848296165466,,,0.007025253027677536,,71,,0.25450068712234497,,,1.3524696826934814,,3359
|
| 423 |
+
,0.11689145863056183,,,0.005010607652366161,,71,,0.47539061307907104,,,3.5348851680755615,,3369
|
| 424 |
+
,0.10128483921289444,,,0.014344512484967709,,71,,0.3215392231941223,,,2.059098482131958,,3379
|
| 425 |
+
0.10075108706951141,,,0.008458818309009075,,,71,0.362976610660553,,,2.5376675128936768,,,3383
|
| 426 |
+
,0.09659245610237122,,,0.0030366897117346525,,72,,0.31687015295028687,,,2.172410011291504,,3389
|
| 427 |
+
,0.12570172548294067,,,0.004886205308139324,,72,,0.3366502523422241,,,2.0606229305267334,,3399
|
| 428 |
+
,0.08190815150737762,,,0.00775088369846344,,72,,0.3427913188934326,,,2.531322479248047,,3409
|
| 429 |
+
,0.12511567771434784,,,0.003822846570983529,,72,,0.3689182996749878,,,2.3997974395751953,,3419
|
| 430 |
+
,0.0721120685338974,,,0.011272290721535683,,72,,0.4419700503349304,,,3.5858571529388428,,3429
|
| 431 |
+
0.09902804344892502,,,0.007921284064650536,,,72,0.37335705757141113,,,2.6640748977661133,,,3430
|
| 432 |
+
,0.11241935938596725,,,0.002086846623569727,,73,,0.46657413244247437,,,3.520678997039795,,3439
|
| 433 |
+
,0.11960775405168533,,,0.011726143769919872,,73,,0.39349865913391113,,,2.621647834777832,,3449
|
| 434 |
+
,0.07146892696619034,,,0.0028803800232708454,,73,,0.25958243012428284,,,1.852331280708313,,3459
|
| 435 |
+
,0.09321434795856476,,,0.0027313113678246737,,73,,0.3479194641113281,,,2.51973819732666,,3469
|
| 436 |
+
0.09702414274215698,,,0.0071453251875936985,,,73,0.3655868172645569,,,2.614173173904419,,,3477
|
| 437 |
+
,0.059784941375255585,,,0.003461320884525776,,74,,0.3520929217338562,,,2.8884668350219727,,3479
|
| 438 |
+
,0.08159635961055756,,,0.038812216371297836,,74,,0.2166353464126587,,,0.9622677564620972,,3489
|
| 439 |
+
,0.06588983535766602,,,0.004761196672916412,,74,,0.2518242597579956,,,1.811732292175293,,3499
|
| 440 |
+
,0.10865134745836258,,,0.004999248310923576,,74,,0.3778071105480194,,,2.6415648460388184,,3509
|
| 441 |
+
,0.14621564745903015,,,0.0034247308503836393,,74,,0.3921229839324951,,,2.424826145172119,,3519
|
| 442 |
+
,,0.10140720754861832,,,0.0074505070224404335,74,,,0.3636505603790283,,,2.547929048538208,3524
|
| 443 |
+
0.09736267477273941,,,0.008630632422864437,,,74,0.36489978432655334,,,2.5890653133392334,,,3524
|
| 444 |
+
,0.15357710421085358,,,0.0021225125528872013,,75,,0.37070995569229126,,,2.1501033306121826,,3529
|
| 445 |
+
,0.11109451204538345,,,0.0020332990679889917,,75,,0.3031923472881317,,,1.90064537525177,,3539
|
| 446 |
+
,0.09313809871673584,,,0.00790637731552124,,75,,0.45028039813041687,,,3.492358922958374,,3549
|
| 447 |
+
,0.08197863399982452,,,0.032193493098020554,,75,,0.2629319727420807,,,1.4875986576080322,,3559
|
| 448 |
+
,0.09408329427242279,,,0.013050992041826248,,75,,0.2514847218990326,,,1.4435043334960938,,3569
|
| 449 |
+
0.09946732223033905,,,0.008061416447162628,,,75,0.36602962017059326,,,2.585009813308716,,,3571
|
| 450 |
+
,0.1045934408903122,,,0.0178031325340271,,76,,0.21540631353855133,,,0.9300973415374756,,3579
|
| 451 |
+
,0.08102989196777344,,,0.004873495548963547,,76,,0.3039480447769165,,,2.1804466247558594,,3589
|
| 452 |
+
,0.10095228254795074,,,0.003261218313127756,,76,,0.24368299543857574,,,1.3946949243545532,,3599
|
| 453 |
+
,0.0815919041633606,,,0.01172654703259468,,76,,0.26645800471305847,,,1.7313954830169678,,3609
|
| 454 |
+
0.09895851463079453,,,0.008057755418121815,,,76,0.36057379841804504,,,2.5355732440948486,,,3618
|
| 455 |
+
,0.11659352481365204,,,0.01619778387248516,,77,,0.43503236770629883,,,3.0224101543426514,,3619
|
| 456 |
+
,0.045585550367832184,,,0.006421819794923067,,77,,0.28165924549102783,,,2.2965188026428223,,3629
|
| 457 |
+
,0.10031187534332275,,,0.0013660897966474295,,77,,0.26088207960128784,,,1.592041254043579,,3639
|
| 458 |
+
,0.06283317506313324,,,0.025704151019454002,,77,,0.2621728777885437,,,1.7363554239273071,,3649
|
| 459 |
+
,0.10552261024713516,,,0.004034027922898531,,77,,0.5120503902435303,,,4.024937629699707,,3659
|
| 460 |
+
0.09957101941108704,,,0.008542544208467007,,,77,0.35937052965164185,,,2.5125694274902344,,,3665
|
| 461 |
+
,0.105146124958992,,,0.006447720341384411,,78,,0.4565396308898926,,,3.4494576454162598,,3669
|
| 462 |
+
,0.07568242400884628,,,0.0037152012810111046,,78,,0.3322739005088806,,,2.5287625789642334,,3679
|
| 463 |
+
,0.12493183463811874,,,0.01004362665116787,,78,,0.25300759077072144,,,1.180321216583252,,3689
|
| 464 |
+
,0.06743748486042023,,,0.002449292689561844,,78,,0.16851545870304108,,,0.9862868189811707,,3699
|
| 465 |
+
,0.06544481217861176,,,0.0025464866776019335,,78,,0.17825452983379364,,,1.1026322841644287,,3709
|
| 466 |
+
0.09880135953426361,,,0.007912197150290012,,,78,0.36751359701156616,,,2.608001232147217,,,3712
|
| 467 |
+
,0.09794589877128601,,,0.00248796958476305,,79,,0.21488428115844727,,,1.1445043087005615,,3719
|
| 468 |
+
,0.12128965556621552,,,0.006441926583647728,,79,,0.4262019395828247,,,2.984703540802002,,3729
|
| 469 |
+
,0.12202729284763336,,,0.003334237728267908,,79,,0.3814224600791931,,,2.5606095790863037,,3739
|
| 470 |
+
,0.07042207568883896,,,0.03987584263086319,,79,,0.4342295527458191,,,3.239315986633301,,3749
|
| 471 |
+
,0.09818727523088455,,,0.0009794941870495677,,79,,0.24596437811851501,,,1.4679758548736572,,3759
|
| 472 |
+
,,0.09991245716810226,,,0.00878236535936594,79,,,0.36595046520233154,,,2.5725574493408203,3759
|
| 473 |
+
0.09949174523353577,,,0.00772871682420373,,,79,0.35990771651268005,,,2.5268733501434326,,,3759
|
| 474 |
+
,0.06167898699641228,,,0.007040135562419891,,80,,0.28510916233062744,,,2.163900136947632,,3769
|
| 475 |
+
,0.11901314556598663,,,0.009490987285971642,,80,,0.441344678401947,,,3.1284053325653076,,3779
|
| 476 |
+
,0.0863957330584526,,,0.004891100339591503,,80,,0.3802783489227295,,,2.8899149894714355,,3789
|
| 477 |
+
,0.06029384583234787,,,0.011826231144368649,,80,,0.3331138491630554,,,2.609937906265259,,3799
|
| 478 |
+
0.10154332220554352,,,0.007705766707658768,,,80,0.3629724383354187,,,2.5372331142425537,,,3806
|
| 479 |
+
,0.10587894916534424,,,0.01070625614374876,,81,,0.5134230852127075,,,3.968379259109497,,3809
|
| 480 |
+
,0.08441109955310822,,,0.004187553655356169,,81,,0.28372204303741455,,,1.9512336254119873,,3819
|
| 481 |
+
,0.090229831635952,,,0.005777156911790371,,81,,0.38916921615600586,,,2.93162202835083,,3829
|
| 482 |
+
,0.0770127922296524,,,0.0037763258442282677,,81,,0.3241524398326874,,,2.4336328506469727,,3839
|
| 483 |
+
,0.14221522212028503,,,0.005428892094641924,,81,,0.3893504738807678,,,2.4170637130737305,,3849
|
| 484 |
+
0.10006841272115707,,,0.006620156578719616,,,81,0.3567010164260864,,,2.500124216079712,,,3853
|
| 485 |
+
,0.07357054203748703,,,0.0025442682672291994,,82,,0.3535466492176056,,,2.774318218231201,,3859
|
| 486 |
+
,0.18956071138381958,,,0.003986038267612457,,82,,0.4262270927429199,,,2.326803684234619,,3869
|
| 487 |
+
,0.09370477497577667,,,0.01090176310390234,,82,,0.6250045299530029,,,5.2039794921875,,3879
|
| 488 |
+
,0.0871538296341896,,,0.007457875180989504,,82,,0.48644259572029114,,,3.918308734893799,,3889
|
| 489 |
+
,0.0845964252948761,,,0.0033276586327701807,,82,,0.3036128580570221,,,2.1568877696990967,,3899
|
| 490 |
+
0.09932475537061691,,,0.007194423582404852,,,82,0.3681715726852417,,,2.6165237426757812,,,3900
|
| 491 |
+
,0.06952089071273804,,,0.004530218429863453,,83,,0.2696273922920227,,,1.9557627439498901,,3909
|
| 492 |
+
,0.08191536366939545,,,0.002925518434494734,,83,,0.28993314504623413,,,2.050922393798828,,3919
|
| 493 |
+
,0.09780669212341309,,,0.06773096323013306,,83,,0.38950932025909424,,,2.2397167682647705,,3929
|
| 494 |
+
,0.08788470923900604,,,0.010504942387342453,,83,,0.24173404276371002,,,1.4334437847137451,,3939
|
| 495 |
+
0.09985046833753586,,,0.007330253254622221,,,83,0.3609873652458191,,,2.538067102432251,,,3947
|
| 496 |
+
,0.14827534556388855,,,0.03211498633027077,,84,,0.5542836785316467,,,3.7389330863952637,,3949
|
| 497 |
+
,0.02593148872256279,,,0.0018451940268278122,,84,,0.2045671045780182,,,1.7679040431976318,,3959
|
| 498 |
+
,0.1278558224439621,,,0.015313724055886269,,84,,0.33137431740760803,,,1.8820478916168213,,3969
|
| 499 |
+
,0.13112515211105347,,,0.005405627656728029,,84,,0.37894561886787415,,,2.4241485595703125,,3979
|
| 500 |
+
,0.06034434586763382,,,0.004076003096997738,,84,,0.26711297035217285,,,2.026926040649414,,3989
|
| 501 |
+
,,0.09997754544019699,,,0.008430617861449718,84,,,0.3687979280948639,,,2.603898525238037,3994
|
| 502 |
+
0.09862973541021347,,,0.007448960095643997,,,84,0.3625677824020386,,,2.5648910999298096,,,3994
|
| 503 |
+
,0.10926967859268188,,,0.005471912678331137,,85,,0.37824246287345886,,,2.6350085735321045,,3999
|
| 504 |
+
,0.08953088521957397,,,0.0026692315004765987,,85,,0.22105300426483154,,,1.2885289192199707,,4009
|
| 505 |
+
,0.1555551439523697,,,0.007499330677092075,,85,,0.33574455976486206,,,1.726900577545166,,4019
|
| 506 |
+
,0.08777104318141937,,,0.00765953678637743,,85,,0.4882473647594452,,,3.9281678199768066,,4029
|
| 507 |
+
,0.07281549274921417,,,0.007648630067706108,,85,,0.3676847219467163,,,2.872205972671509,,4039
|
| 508 |
+
0.10194583237171173,,,0.007172155659645796,,,85,0.36882755160331726,,,2.597095489501953,,,4041
|
| 509 |
+
,0.12410367280244827,,,0.007418148219585419,,86,,0.4122082591056824,,,2.8068642616271973,,4049
|
| 510 |
+
,0.07089196145534515,,,0.04435458406805992,,86,,0.36434993147850037,,,2.4910340309143066,,4059
|
| 511 |
+
,0.09996063262224197,,,0.012287713587284088,,86,,0.36493635177612305,,,2.5268802642822266,,4069
|
| 512 |
+
,0.11402548849582672,,,0.006993612740188837,,86,,0.38775378465652466,,,2.667346954345703,,4079
|
| 513 |
+
0.10062263160943985,,,0.00687292218208313,,,86,0.35446885228157043,,,2.469733238220215,,,4088
|
| 514 |
+
,0.11343525350093842,,,0.0034080627374351025,,87,,0.3318627178668976,,,2.150193929672241,,4089
|
| 515 |
+
,0.07985232770442963,,,0.0023413430899381638,,87,,0.39532724022865295,,,3.131335735321045,,4099
|
| 516 |
+
,0.06947622448205948,,,0.051332805305719376,,87,,0.22769495844841003,,,1.068859338760376,,4109
|
| 517 |
+
,0.1178484708070755,,,0.006014616694301367,,87,,0.46550148725509644,,,3.416383743286133,,4119
|
| 518 |
+
,0.07313746958971024,,,0.008222154341638088,,87,,0.297443687915802,,,2.1608405113220215,,4129
|
| 519 |
+
0.09838590025901794,,,0.007333125453442335,,,87,0.3630177676677704,,,2.572986602783203,,,4135
|
| 520 |
+
,0.08718253672122955,,,0.00366290844976902,,88,,0.3216806650161743,,,2.308351993560791,,4139
|
| 521 |
+
,0.0868668481707573,,,0.004690063185989857,,88,,0.4193955361843109,,,3.278386116027832,,4149
|
| 522 |
+
,0.038300301879644394,,,0.00969699490815401,,88,,0.32648777961730957,,,2.784904718399048,,4159
|
| 523 |
+
,0.1715373396873474,,,0.0115787573158741,,88,,0.5565558671951294,,,3.7343974113464355,,4169
|
| 524 |
+
,0.08919467777013779,,,0.0026498385705053806,,88,,0.3998384475708008,,,3.079939365386963,,4179
|
| 525 |
+
0.09828466922044754,,,0.008237120695412159,,,88,0.3601994216442108,,,2.5367743968963623,,,4182
|
| 526 |
+
,0.1262296438217163,,,0.002349064452573657,,89,,0.34061241149902344,,,2.1203367710113525,,4189
|
| 527 |
+
,0.0836794376373291,,,0.012995194643735886,,89,,0.2994041442871094,,,2.0272953510284424,,4199
|
| 528 |
+
,0.1411113440990448,,,0.002960472833365202,,89,,0.4170494079589844,,,2.7297756671905518,,4209
|
| 529 |
+
,0.0986112654209137,,,0.005754433572292328,,89,,0.280550092458725,,,1.7618439197540283,,4219
|
| 530 |
+
,0.10927483439445496,,,0.004573892802000046,,89,,0.3654864728450775,,,2.5163774490356445,,4229
|
| 531 |
+
,,0.10517162084579468,,,0.009471463970839977,89,,,0.37344202399253845,,,2.587989091873169,4229
|
| 532 |
+
0.10408706218004227,,,0.007144513539969921,,,89,0.3641982972621918,,,2.529667377471924,,,4229
|
| 533 |
+
,0.09381639212369919,,,0.004509081598371267,,90,,0.3491501212120056,,,2.508246421813965,,4239
|
| 534 |
+
,0.15819591283798218,,,0.0025345562025904655,,90,,0.35036563873291016,,,1.8963518142700195,,4249
|
| 535 |
+
,0.11358071863651276,,,0.002664295258000493,,90,,0.5011551976203918,,,3.849102020263672,,4259
|
| 536 |
+
,0.06369750201702118,,,0.0023244405165314674,,90,,0.19893990457057953,,,1.3291795253753662,,4269
|
| 537 |
+
0.1027064248919487,,,0.007750815246254206,,,90,0.3690841794013977,,,2.586271286010742,,,4276
|
| 538 |
+
,0.07743903994560242,,,0.004650047980248928,,91,,0.4184775948524475,,,3.3638854026794434,,4279
|
| 539 |
+
,0.13645903766155243,,,0.00520672369748354,,91,,0.4294097423553467,,,2.877439498901367,,4289
|
| 540 |
+
,0.1533181518316269,,,0.013123742304742336,,91,,0.5672211647033691,,,4.007791519165039,,4299
|
| 541 |
+
,0.10588794201612473,,,0.00272449292242527,,91,,0.32832157611846924,,,2.1970913410186768,,4309
|
| 542 |
+
,0.08972285687923431,,,0.004956874996423721,,91,,0.3331911563873291,,,2.3851141929626465,,4319
|
| 543 |
+
0.09982078522443771,,,0.0067870477214455605,,,91,0.36309415102005005,,,2.5648608207702637,,,4323
|
| 544 |
+
,0.05537218600511551,,,0.0016960250213742256,,92,,0.2949874997138977,,,2.37919282913208,,4329
|
| 545 |
+
,0.09570871293544769,,,0.022870831191539764,,92,,0.37730610370635986,,,2.5872654914855957,,4339
|
| 546 |
+
,0.13649068772792816,,,0.0020468593575060368,,92,,0.45712876319885254,,,3.1859121322631836,,4349
|
| 547 |
+
,0.07839865982532501,,,0.02536585181951523,,92,,0.3667384386062622,,,2.629739284515381,,4359
|
| 548 |
+
,0.11115150898694992,,,0.004333607852458954,,92,,0.2707410454750061,,,1.5525590181350708,,4369
|
| 549 |
+
0.10159053653478622,,,0.007824650034308434,,,92,0.3562527894973755,,,2.4683775901794434,,,4370
|
| 550 |
+
,0.14034390449523926,,,0.0015754548367112875,,93,,0.24215294420719147,,,1.002335786819458,,4379
|
| 551 |
+
,0.048198096454143524,,,0.0028609910514205694,,93,,0.22292408347129822,,,1.7186501026153564,,4389
|
| 552 |
+
,0.09871473163366318,,,0.004768237937241793,,93,,0.3544921875,,,2.510092258453369,,4399
|
| 553 |
+
,0.11288600414991379,,,0.004123270977288485,,93,,0.46729576587677,,,3.5028645992279053,,4409
|
| 554 |
+
0.10055717825889587,,,0.007485435344278812,,,93,0.36406853795051575,,,2.5602588653564453,,,4417
|
| 555 |
+
,0.09241681545972824,,,0.10328340530395508,,94,,0.3767428398132324,,,1.810425877571106,,4419
|
| 556 |
+
,0.08534122258424759,,,0.05073513835668564,,94,,0.3340837359428406,,,1.980074167251587,,4429
|
| 557 |
+
,0.12603381276130676,,,0.006339690648019314,,94,,0.3583272695541382,,,2.259537696838379,,4439
|
| 558 |
+
,0.14161473512649536,,,0.0052362713031470776,,94,,0.261310338973999,,,1.144593358039856,,4449
|
| 559 |
+
,0.07549867033958435,,,0.00409690709784627,,94,,0.2624164819717407,,,1.8282091617584229,,4459
|
| 560 |
+
,,0.10077669471502304,,,0.009603478945791721,94,,,0.384444922208786,,,2.7406463623046875,4464
|
| 561 |
+
0.1014183908700943,,,0.007383253425359726,,,94,0.36308082938194275,,,2.5427920818328857,,,4464
|
| 562 |
+
,0.12953168153762817,,,0.0028600613586604595,,95,,0.43277448415756226,,,3.0038270950317383,,4469
|
| 563 |
+
,0.15633316338062286,,,0.007408109959214926,,95,,0.7000311613082886,,,5.362899303436279,,4479
|
| 564 |
+
,0.1045374721288681,,,0.010303284041583538,,95,,0.5782120227813721,,,4.633711814880371,,4489
|
| 565 |
+
,0.09165646135807037,,,0.0010536732152104378,,95,,0.29196131229400635,,,1.9925118684768677,,4499
|
| 566 |
+
,0.08704712241888046,,,0.0029654193203896284,,95,,0.3069806694984436,,,2.1696810722351074,,4509
|
| 567 |
+
0.10080133378505707,,,0.0077081890776753426,,,95,0.3752330243587494,,,2.667233467102051,,,4511
|
| 568 |
+
,0.15346257388591766,,,0.009825595654547215,,96,,0.3158731460571289,,,1.5258495807647705,,4519
|
| 569 |
+
,0.13049224019050598,,,0.0026970377657562494,,96,,0.276023805141449,,,1.4283452033996582,,4529
|
| 570 |
+
,0.06881958991289139,,,0.0019784001633524895,,96,,0.2404976487159729,,,1.6969964504241943,,4539
|
| 571 |
+
,0.06654481589794159,,,0.007670224644243717,,96,,0.3527066707611084,,,2.784916400909424,,4549
|
| 572 |
+
0.10031138360500336,,,0.007610709872096777,,,96,0.36338549852371216,,,2.5546350479125977,,,4558
|
| 573 |
+
,0.07962995767593384,,,0.007844128645956516,,97,,0.699028491973877,,,6.115544319152832,,4559
|
| 574 |
+
,0.06082247197628021,,,0.04131537303328514,,97,,0.4571231007575989,,,3.5498523712158203,,4569
|
| 575 |
+
,0.11318300664424896,,,0.007229544222354889,,97,,0.48070135712623596,,,3.6028876304626465,,4579
|
| 576 |
+
,0.08950882405042648,,,0.004415907897055149,,97,,0.23705150187015533,,,1.4312677383422852,,4589
|
| 577 |
+
,0.06861177086830139,,,0.008747800253331661,,97,,0.27437466382980347,,,1.9701509475708008,,4599
|
| 578 |
+
0.09881984442472458,,,0.007252482231706381,,,97,0.3633900284767151,,,2.573179006576538,,,4605
|
| 579 |
+
,0.10405099391937256,,,0.008367089554667473,,98,,0.36764609813690186,,,2.5522799491882324,,4609
|
| 580 |
+
,0.11847587674856186,,,0.0048423027619719505,,98,,0.42037129402160645,,,2.9705309867858887,,4619
|
| 581 |
+
,0.08252189308404922,,,0.006639374420046806,,98,,0.302909255027771,,,2.137479782104492,,4629
|
| 582 |
+
,0.11548765003681183,,,0.001958380453288555,,98,,0.3565746545791626,,,2.3912861347198486,,4639
|
| 583 |
+
,0.08334525674581528,,,0.0034310282208025455,,98,,0.21665675938129425,,,1.2988046407699585,,4649
|
| 584 |
+
0.09950403869152069,,,0.007595090661197901,,,98,0.3607313632965088,,,2.536322593688965,,,4652
|
| 585 |
+
,0.09317727386951447,,,0.013067910447716713,,99,,0.21158216893672943,,,1.0533697605133057,,4659
|
| 586 |
+
,0.10799437016248703,,,0.003454281948506832,,99,,0.3328304886817932,,,2.213818073272705,,4669
|
| 587 |
+
,0.11348435282707214,,,0.02718844823539257,,99,,0.35337215662002563,,,2.126993179321289,,4679
|
| 588 |
+
,0.08081196248531342,,,0.014254530891776085,,99,,0.26873457431793213,,,1.7366807460784912,,4689
|
| 589 |
+
,0.14272752404212952,,,0.01668756641447544,,99,,0.6003588438034058,,,4.40943717956543,,4699
|
| 590 |
+
,,0.0983070582151413,,,0.00796896405518055,99,,,0.35739460587501526,,,2.511185884475708,4699
|
| 591 |
+
0.10029132664203644,,,0.008134699426591396,,,99,0.36839473247528076,,,2.5996861457824707,,,4699
|
training_overrides.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- trainer=single_gpu
|
| 2 |
+
- data_module=tmo_ehull
|
| 3 |
+
- adapter.pretrained_name=chemical_system_energy_above_hull
|
| 4 |
+
- adapter.full_finetuning=true
|
| 5 |
+
- trainer.max_epochs=100
|
| 6 |
+
- trainer.accumulate_grad_batches=8
|
| 7 |
+
- lightning_module.optimizer_partial.lr=5e-6
|