scglue.models.base.Model.compile

Model.compile(*args, **kwargs)[源代码]

为模型训练做准备

参数
  • trainer – Trainer type

  • *args – Positional arguments are passed to the trainer constructor

  • **kwargs – Keyword arguments are passed to the trainer constructor

备注

Subclasses may override arguments for API definition.

返回类型

None