Learn R Programming

umbridge (version 1.0)

model_input_sizes: Retrieve model's input dimensions.

Description

Retrieve model's input dimensions.

Usage

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

Value

List of input dimensions.

Arguments

url

URL the model is running at.

name

Name of the desired model.

config

Model-specific configuration options.