HookCallback {fastai} | R Documentation |
'Callback' that can be used to register hooks on 'modules'
'Callback' that can be used to register hooks on 'modules'
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
)
modules |
modules |
every |
every |
remove_end |
remove_end or not |
is_forward |
is_forward or not |
detach |
detach or not |
cpu |
cpu or not |
None
None