Skip to content

Commit

Permalink
Merge branch 'autoatml:main' into include_autoplex_docker
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Oct 22, 2024
2 parents 7108dd0 + 2d3cd15 commit 7faa358
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ curl -O https://www.mtg.msm.cam.ac.uk/files/airss-0.9.3.tgz; tar -xf airss-0.9.3

# Contributing guidelines

Please follow the [contributing guidelines](docs/dev/contributing.md)!
Please follow the [contributing guidelines](https://autoatml.github.io/autoplex/dev/contributing.html)!

# Workflow overview

Expand Down
4 changes: 2 additions & 2 deletions autoplex/data/rss/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def initial_rss(
fit_kwargs : dict, optional
Additional arguments for the machine learning fit. Default is None.
Output
------
Returns
-------
- test_error: float
The test error of the fitted MLIP.
- pre_database_dir: str
Expand Down
16 changes: 8 additions & 8 deletions autoplex/fitting/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ def jace_fitting(
optional dictionary with parameters for ace fitting with keys same as
mlip-defaults.json.
Tuneable hyperparameters:
-------------------------
Keyword Arguments
-----------------
order: int
order of ACE.
totaldegree: int
Expand Down Expand Up @@ -461,8 +461,8 @@ def nequip_fitting(
optional dictionary with parameters for nequip fitting with keys same as
mlip-defaults.json.
Tuneable hyperparameters:
-------------------------
Keyword Arguments
-----------------
r_max: float
cutoff radius in length units
num_layers: int
Expand Down Expand Up @@ -733,8 +733,8 @@ def m3gnet_fitting(
optional dictionary with parameters for m3gnet fitting with keys same as
mlip-defaults.json.
Tuneable hyperparameters:
-------------------------
Keyword Arguments
-----------------
exp_name: str
Name of the experiment, used for saving model checkpoints and logs.
results_dir: str
Expand Down Expand Up @@ -1106,8 +1106,8 @@ def mace_fitting(
optional dictionary with parameters for mace fitting with keys same as
mlip-defaults.json.
Tuneable hyperparameters:
-------------------------
Keyword Arguments
-----------------
model: str
type of model to be trained
config_type_weights: str
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dev/contributing
:hidden:
about/changelog
about/contributors
about/contributing
about/license
```

Expand Down
7 changes: 2 additions & 5 deletions docs/user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Getting started
```{include} ../../README.md
---
start-line: 3
end-line: 52
end-line: 54
---
```
# Contributing guidelines

Please follow the [contributing guidelines](../dev/contributing.md)!
```

0 comments on commit 7faa358

Please sign in to comment.