Skip to content

Commit

Permalink
Revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Jul 19, 2024
1 parent 1919dc1 commit 121524e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 636 deletions.
379 changes: 0 additions & 379 deletions llpr.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion src/metatrain/experimental/soap_bpnn/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def load_checkpoint(cls, path: Union[str, Path]) -> "SoapBpnn":

def export(self) -> MetatensorAtomisticModel:
dtype = next(self.parameters()).dtype
print(dtype)
if dtype not in self.__supported_dtypes__:
raise ValueError(f"unsupported dtype {self.dtype} for SoapBpnn")

Expand Down
221 changes: 0 additions & 221 deletions tests/resources/llpr.py

This file was deleted.

28 changes: 6 additions & 22 deletions tests/resources/options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,17 @@ seed: 42
architecture:
name: experimental.soap_bpnn
training:
batch_size: 8
num_epochs: 100
log_interval: 1
batch_size: 2
num_epochs: 1

training_set:
systems:
read_from: train.xyz
read_from: qm9_reduced_100.xyz
length_unit: angstrom
targets:
energy:
key: energy
key: U0
unit: eV

validation_set:
systems:
read_from: valid.xyz
length_unit: angstrom
targets:
energy:
key: energy
unit: eV

test_set:
systems:
read_from: test.xyz
length_unit: angstrom
targets:
energy:
key: energy
unit: eV
test_set: 0.5
validation_set: 0.1
13 changes: 0 additions & 13 deletions tests/resources/split.py

This file was deleted.

0 comments on commit 121524e

Please sign in to comment.