Skip to content

Commit d1b2a28

Browse files
committed
Update eval_configs.py
1 parent 35ecf6c commit d1b2a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eval_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
)
5555

5656
# Load model
57-
model: modules.BodyOrderedModel = torch.load(f=args.model, map_location=device)
57+
model = torch.load(f=args.model, map_location=device)
5858

5959
# Collect data
6060
energies_list = []

0 commit comments

Comments
 (0)