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 973ec40 commit c08d358Copy full SHA for c08d358
recommendation/dlrm/run.py
@@ -84,7 +84,7 @@ def run_single_pass(torch_runner, criteo):
84
qr_threshold=200,
85
md_threshold=200,
86
)
87
- dlrm.load_state_dict(torch.load(model_path)["state_dict"])
+ dlrm.load_state_dict(torch.load(model_path, weights_only=False)["state_dict"])
88
89
runner = PyTorchRunner(dlrm, example_inputs=dataset.get_inputs(), skip_script=True)
90
0 commit comments