Detail

test

rjacobs3_wisc/static_method_v3
Copy
Python static method

Input

Matrix
Type: ndarray
Shape: ['None', 'None']

Output

Max of a certain axis
Type: ndarray
Shape: ['None']

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/static_method_v3', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/static_method_v3')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation