Skip to content

Commit c28ae4a

Browse files
Example xor model training bugfix
Differential Revision: D68233527 Pull Request resolved: #7754
1 parent 5db40f2 commit c28ae4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/training/examples/XOR/export_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def _export_model():
3131
ep = to_edge(ep)
3232
# Lower the graph to executorch.
3333
ep = ep.to_executorch()
34+
return ep
3435

3536

3637
def main() -> None:

0 commit comments

Comments
 (0)