You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dnn_reco framework currently only has convolutional models implemented by default. The modular setup of the framework is however designed to allow for arbitrary architectures. The current limitation is the expected format of the input data, which is expected to consist of constant shape tensors. This needs to be made more flexible, for instance to also allow dynamic and ragged tensors for a pulse series of arbitrary length.
The text was updated successfully, but these errors were encountered:
The
dnn_reco
framework currently only has convolutional models implemented by default. The modular setup of the framework is however designed to allow for arbitrary architectures. The current limitation is the expected format of the input data, which is expected to consist of constant shape tensors. This needs to be made more flexible, for instance to also allow dynamic and ragged tensors for a pulse series of arbitrary length.The text was updated successfully, but these errors were encountered: