You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# pytorch2c
2
2
3
-
**NOTE: this project is currently under being reworked; instead of graph traversal, it will be based on the new tracing functionality being implemented in PyTorch as of 0.2.0+ **
3
+
**NOTE: this project is currently under being reworked; instead of graph traversal, it will be based on the new tracing functionality being implemented in PyTorch as of 0.2.0. This will allow cleaner code, more compact emitted code and proper handling of recurrent models.**
4
4
5
5
A Python module for compiling (static) [PyTorch](http://pytorch.org) graphs to C (relying on TH and THNN).
0 commit comments