HookCallback {fastai}R Documentation

HookCallback

Description

'Callback' that can be used to register hooks on 'modules'

'Callback' that can be used to register hooks on 'modules'

Usage

HookCallback(
  modules = NULL,
  every = NULL,
  remove_end = TRUE,
  is_forward = TRUE,
  detach = TRUE,
  cpu = TRUE
)

HookCallback(
  modules = NULL,
  every = NULL,
  remove_end = TRUE,
  is_forward = TRUE,
  detach = TRUE,
  cpu = TRUE
)

Arguments

modules

modules

every

every

remove_end

remove_end or not

is_forward

is_forward or not

detach

detach or not

cpu

cpu or not

Value

None

None


[Package fastai version 2.2.2 Index]