Skip to content

Commit

Permalink
Example config update
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed May 18, 2021
1 parent 5361a22 commit a9c1160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "112bbedebdaecf59fb18e11c929080fb2f358246", "dataset": "user_data", "target": "target", "atom_features": "cgcnn", "neighbor_strategy": "k-nearest", "id_tag": "jid", "random_seed": 123, "classification_threshold": null, "n_val": null, "n_test": null, "n_train": null, "train_ratio": 0.8, "val_ratio": 0.1, "test_ratio": 0.1, "target_multiplication_factor": null, "epochs": 3, "batch_size": 2, "weight_decay": 1e-05, "learning_rate": 0.01, "filename": "sample", "warmup_steps": 2000, "criterion": "mse", "optimizer": "adamw", "scheduler": "onecycle", "pin_memory": false, "save_dataloader": false, "write_checkpoint": true, "write_predictions": true, "store_outputs": true, "progress": true, "log_tensorboard": false, "use_canonize": true, "num_workers": 0, "cutoff": 8.0, "max_neighbors": 12, "model": {"name": "alignn", "alignn_layers": 3, "gcn_layers": 3, "atom_input_features": 92, "edge_input_features": 80, "triplet_input_features": 40, "embedding_features": 64, "hidden_features": 256, "output_features": 1, "link": "identity", "zero_inflated": false, "classification": false}}
{"version": "112bbedebdaecf59fb18e11c929080fb2f358246", "dataset": "user_data", "target": "target", "atom_features": "cgcnn", "neighbor_strategy": "k-nearest", "id_tag": "jid", "random_seed": 123, "classification_threshold": 0.01, "n_val": null, "n_test": null, "n_train": null, "train_ratio": 0.8, "val_ratio": 0.1, "test_ratio": 0.1, "target_multiplication_factor": null, "epochs": 3, "batch_size": 2, "weight_decay": 1e-05, "learning_rate": 0.01, "filename": "sample", "warmup_steps": 2000, "criterion": "mse", "optimizer": "adamw", "scheduler": "onecycle", "pin_memory": false, "save_dataloader": false, "write_checkpoint": true, "write_predictions": true, "store_outputs": true, "progress": true, "log_tensorboard": false, "use_canonize": true, "num_workers": 0, "cutoff": 8.0, "max_neighbors": 12, "model": {"name": "alignn", "alignn_layers": 3, "gcn_layers": 3, "atom_input_features": 92, "edge_input_features": 80, "triplet_input_features": 40, "embedding_features": 64, "hidden_features": 256, "output_features": 1, "link": "identity", "zero_inflated": false, "classification": false}}

0 comments on commit a9c1160

Please sign in to comment.