curiosity-ai/catalyst

How to use pretrained model from disk

Closed this issue · 1 comments

Lazy load auto-download is a nice feature but actually takes too long if I want to quickly execute a program with NLP Feature from catalyst over a small text. Is there any chance to download the pretrained model and load it upfront in the program (talking about maximum time one second?)

Never mind. Got it now. Your example code actually writes it to disc. Which means after first execution I actually need to use it from there.