Menu

Benchmark multi-model/multi-view models.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

mmbench.model.get_pls(checkpointfile)[source]ΒΆ

Return PLS models.

Parameters

checkpointfile : str

path to the model weights.

Returns

models : Module

instanciated model.

Follow us

© 2023, mmbench developers