dhruvrajan / tensorflow-keras-java

MIT License
54 stars 9 forks source link

"Nested" Layers should infer their input shape #7

Closed dhruvrajan closed 5 years ago

dhruvrajan commented 5 years ago

In a Sequential model, for example you should only have to specify a layer's output shape. It should be able to infer the input shape from the previous layer.