das.models.loadingΒΆ

Model loading utilities.

Functions

load_model(file_trunk, model_dict, ...)

Load model with weights.

load_model_and_params(model_save_name[, ...])

Load model and parameter dictionary.

load_model_from_params(file_trunk, ...)

Init architecture from code and load model weights into it.