get_layer_by_opname {deepregression}R Documentation

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


[Package deepregression version 1.0.0 Index]