Skip to content
Discussion options

You must be logged in to vote

Hi! The spaCy models you'll have trained are in fact Thinc models, and currently there is no functionality available to export those directly to Tensorflow Lite.

What the TensorflowWrapper is supposed to do, is allow you to specify your model in Tensorflow, than load it - through the wrapper - as Thinc model to be used in spaCy. But that's kind of the reverse of what you're looking for :/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ande4485
Comment options

@svlandeg
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / serialize Feature: Serialization, saving and loading
2 participants