tabensemb.model.TorchModel.set_path#
method
- TorchModel.set_path(path: PathLike | str)#
Set the path of the model base (usually a trained one), including the paths of its models. It is used when migrating models to another directory.
- Parameters:
- path
The path of the model base.