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

返回类型:

None

备注

Subclasses may override arguments for API definition.