not bad this setup
This commit is contained in:
@@ -82,7 +82,7 @@ class GraphDataModule(LightningDataModule):
|
||||
conductivity = torch.tensor(
|
||||
snapshot["conductivity"], dtype=torch.float32
|
||||
)
|
||||
temperature = torch.tensor(snapshot["temperature"], dtype=torch.float32)
|
||||
temperature = torch.tensor(snapshot["temperature"], dtype=torch.float32)[:50]
|
||||
|
||||
pos = torch.tensor(geometry["points"], dtype=torch.float32)[:, :2]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user