tfdeploy icon indicating copy to clipboard operation
tfdeploy copied to clipboard

Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.

Results 12 tfdeploy issues
Sort by recently updated
recently updated
newest added

The performance of numpy implementations of conv (and maybe also pooling) ops might not be sufficient for some use cases. An additional implementation using [scipy convolve](https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.ndimage.filters.convolve.html) would be great. See...

enhancement

An example would be nice that shows how to use tfdeploy with tensorflow-backed keras.

enhancement