-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
The cell where the model fails with the error (PR #131):
=================================== FAILURES ===================================
_ examples/train-gnn-to-electric-field/train-gnn-to-electric-field.ipynb::Cell 13 _
[gw2] darwin -- Python 3.11.9 /Users/runner/micromamba/envs/openff-nagl-test/bin/python
Notebook cell execution failed
Cell 13: Timeout of 5 seconds exceeded waiting for output.
Input:
trainer = pl.Trainer(
max_epochs=100,
callbacks=[TQDMProgressBar()], # add progress bar
accelerator="cpu"
)
trainer.fit(
training_model,
datamodule=training_model.create_data_module(verbose=False),
)
Ubuntu executes fine. It also executes fine on my Mac.