model_output_sizes {umbridge}R Documentation

Retrieve model's output dimensions.

Description

Retrieve model's output dimensions.

Usage

model_output_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 output dimensions.


[Package umbridge version 1.0 Index]