model_input_sizes {umbridge}R Documentation

Retrieve model's input dimensions.

Description

Retrieve model's input dimensions.

Usage

model_input_sizes(url, name, config = jsonlite::fromJSON("{}"))

Arguments

url

URL the model is running at.

name

Name of the desired model.

config

Model-specific configuration options.

Value

List of input dimensions.


[Package umbridge version 1.0 Index]