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 12a7c79 commit 03ab185Copy full SHA for 03ab185
sonnet/__init__.py
@@ -71,10 +71,10 @@
71
from sonnet.src.recurrent import UnrolledLSTM
72
from sonnet.src.recurrent import UnrolledRNN
73
from sonnet.src.recurrent import VanillaRNN
74
-from sonnet.src.reshape import flatten
75
from sonnet.src.reshape import Flatten
76
-from sonnet.src.reshape import reshape
+from sonnet.src.reshape import flatten
77
from sonnet.src.reshape import Reshape
+from sonnet.src.reshape import reshape
78
from sonnet.src.scale_gradient import scale_gradient
79
from sonnet.src.sequential import Sequential
80
from sonnet.src.utils import format_variables
0 commit comments