Skip to content
Discussion options

You must be logged in to vote

Main point in the spaCy source to check would be from_disk in TrainablePipe. Basically this is just using the Model.from_disk function in Thinc, though you have to initialize the same model first so the structures are set up correctly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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