get_layer_by_opname: Function to return layer given model and name
Description
Function to return layer given model and name
Usage
get_layer_by_opname(mod, name, partial_match = FALSE)
Arguments
- mod
deepregression model
- name
character
- partial_match
logical; whether to also check for a partial match