Detail

Norm of a 1D Array

None/1d_norm
Copy
Python static method

Input

Array to be normed
Type: ndarray
Shape: ['None']

Output

Norm of the array
Type: number

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('None/1d_norm', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('None/1d_norm')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation