qat.model.loaders.update module

class ModelUpdateChecker

Bases: object

A mixin for model loaders that adds an interface for checking if models are up-to- date for models that are expected to evolve within its lifetime.

abstract is_up_to_date(model)

Used to check if the model is up-to-date.

To be implemented by subclasses.

Return type:

bool