Saving a model | pickling

Hey there!

It is known that we can always use pickling technique when we want to save and reuse our model, however, it seems like the most of the deep pavlov models doesnt support ‘pickling’.

So what is the workaround on that? I don’t want to use build_model every time i use the model. How can i avoid building model each time?