It would be great to add support for dynamic width of inputs, as certain models, such as LSTMs, require this flexibility. Currently, the API is limited to fixed input dimensions, which restricts the implementation of models that adapt to varying sequence lengths.
It would be great to add support for dynamic width of inputs, as certain models, such as LSTMs, require this flexibility. Currently, the API is limited to fixed input dimensions, which restricts the implementation of models that adapt to varying sequence lengths.