Skip to content

Commit

Permalink
Remove SOAP-BPNN bug
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Feb 20, 2024
1 parent f2c6899 commit 8b6282e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/metatensor/models/experimental/soap_bpnn/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ def train(
model_capabilities,
)

# Create the model:
model = Model(
capabilities=model_capabilities,
hypers=hypers["model"],
)

logger.info(f"Training on device {device_str}")
if device_str == "gpu":
device_str = "cuda"
Expand Down

0 comments on commit 8b6282e

Please sign in to comment.