Refactor Sequential model to make it behave exactly like a subclassed network...
Refactor Sequential model to make it behave exactly like a subclassed network unless it receives an input_shape argument with its first layer. In particular in graph mode no placeholder gets created by a Sequential model (unless an input shape is provided). PiperOrigin-RevId: 207921752
Loading
Please sign in to comment