scglue.models.scclue.SCCLUEModel.fit

SCCLUEModel.fit(adatas, val_split=0.1, batch_size=128, align_burnin=AUTO, max_epochs=AUTO, patience=AUTO, reduce_lr_patience=AUTO, directory=None)[源代码]

Alias of .trainer.fit.

参数:
  • *args – Positional arguments are passed to the .trainer.fit method

  • **kwargs – Keyword arguments are passed to the .trainer.fit method

返回类型:

None

备注

Subclasses may override arguments for API definition.