We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ecf6c commit d1b2a28Copy full SHA for d1b2a28
scripts/eval_configs.py
@@ -54,7 +54,7 @@ def main():
54
)
55
56
# Load model
57
- model: modules.BodyOrderedModel = torch.load(f=args.model, map_location=device)
+ model = torch.load(f=args.model, map_location=device)
58
59
# Collect data
60
energies_list = []
0 commit comments