model_output_sizes: Retrieve model's output dimensions.
Description
Retrieve model's output dimensions.
Usage
model_output_sizes(url, name, config = jsonlite::fromJSON("{}"))Value
List of output dimensions.
Arguments
- url
URL the model is running at.
- name
Name of the desired model
- config
Model-specific configuration options.