ModelFactory
Bases: object
object
Basic interface for a callable that returns a model. This is necessary for multi-GPU mode, as each subprocess needs its own copy of the model.
Methods
Return a model.
The model.
Module