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 c337bef commit 03050f3Copy full SHA for 03050f3
extension/training/pybindings/test/test.py
@@ -33,7 +33,7 @@ def get_random_inputs(self):
33
34
def test(self):
35
m = self.ModuleSimpleTrain()
36
- ep = torch.export.export(m, m.get_random_inputs())
+ ep = torch.export.export(m, m.get_random_inputs(), strict=True)
37
ep = _export_forward_backward(ep)
38
ep = to_edge(ep)
39
ep = ep.to_executorch()
0 commit comments