TextLearner_load_pretrained {fastai} | R Documentation |
Load_pretrained
Description
Load a pretrained model and adapt it to the data vocabulary.
Usage
TextLearner_load_pretrained(wgts_fname, vocab_fname, model = NULL)
Arguments
wgts_fname |
wgts_fname |
vocab_fname |
vocab_fname |
model |
model |
Value
None
[Package fastai version 2.2.2 Index]