Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ y_val = [[0.5], [1.5]]
N_trial = 10

grea_model.autofit(
X_train=X_train.tolist(),
X_train=X_train,
y_train=y_train,
X_val=X_val.tolist(),
X_val=X_val,
y_val=y_val,
n_trials=N_trial,
)
Expand Down Expand Up @@ -223,4 +223,4 @@ See the structure of `torch_molecule` with the command `tree -L 2 torch_molecule

## Acknowledgements

The project template was adapted from [https://github.com/lwaekfjlk/python-project-template](https://github.com/lwaekfjlk/python-project-template). We thank the authors for their contribution to the open-source community.
The project template was adapted from [https://github.com/lwaekfjlk/python-project-template](https://github.com/lwaekfjlk/python-project-template). We thank the authors for their contribution to the open-source community.