kotlindl
kotlindl copied to clipboard
Add input/outputShape information to all KDocs of layers (#211)
Sorry for such a late review. There are a few minor issues with the docs. You make the following comment in many places:
Use the keyword argument 'input_shape' (tuple of integers, does not include the samples axis) when using this layer as the first layer in a model.But currently, we only support
Inputto be the first layer of the network. Moreover, there is no argument namedinput_shapein the constructor anywhere in the code.
I see, thank you for the feedback! Also my apologies for the late reply, I have been quite busy.
Do u have any suggestions on what to replace that with? E.g. "Depends on the Input layer"'? Or can it be omitted?