Peter Lehnhardt
Results
2
issues of
Peter Lehnhardt
Related: https://gitter.im/xilinx-finn/community?at=6114e1d869ca4d0a51463df0 Related PR in finn-hlslib: https://github.com/Xilinx/finn-hlslib/pull/57 This PR enables use of `Thresholding_Batch`es for float inputs. More info in the finn-hlslib PR.
I have the following code: ``` #!/usr/bin/env python # coding: utf-8 from tensorflow.keras.datasets import mnist from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Activation, Flatten, Input from tensorflow.keras.utils import to_categorical from...