Custom Decode Function ====================== This example showcases the usage of custom decoding functions for the neural network component. More info is available inside the function itself. .. include:: /includes/blocking_behavior.rst Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/custom_decode.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `_. .. literalinclude:: ../../../../examples/NNComponent/custom_decode.py :language: python :linenos: .. include:: /includes/footer-short.rst