model_torch {deepregression}R Documentation

Function to initialize a nn_module Forward functions works with a list. The entries of the list are the input of the subnetworks

Description

Function to initialize a nn_module Forward functions works with a list. The entries of the list are the input of the subnetworks

Usage

model_torch(submodules_list)

Arguments

submodules_list

list; subnetworks

Value

nn_module


[Package deepregression version 2.2.0 Index]