Skip to content

Commit b3e74db

Browse files
michaelpaskett-metaYIWENX14
authored andcommitted
Example xor model training bugfix
Differential Revision: D68233527 Pull Request resolved: #7754
1 parent 251ebd4 commit b3e74db

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)