get_weight_by_opname {deepregression} | R Documentation |
Function to return weight given model and name
Description
Function to return weight given model and name
Usage
get_weight_by_opname(mod, name, partial_match = FALSE)
Arguments
mod |
deepregression model |
name |
character |
partial_match |
logical; whether to also check for a partial match |
[Package deepregression version 1.0.0 Index]