transfer: Transfer model from one to another

transferR Documentation

Transfer model from one to another

Description

Main function to transferring models

Usage

transfer(
  model_list,
  data_list,
  config = gcproc::extract_config(verbose = F),
  transfer = gcproc::extract_transfer_framework(verbose = F),
  recover = gcproc::extract_recovery_framework(verbose = F),
  join = gcproc::extract_join_framework(verbose = F)
)

Arguments

model_list

A list of gcproc models

data_list

A list of datasets (matrix or tensor etc.)

config

Configuration parameters (required, default provided)

transfer

Transferring pre-trained model parameters (not required)

recover

Important information used for prediction or imputation (not required)

join

Join parameters that share the same axes to be similar (not required)

Value

All models to be learned or updated


AskExplain/gcproc documentation built on Aug. 13, 2022, 2:29 p.m.