Detail

keras_test

rjacobs3_wisc/keras_test_2023-03-17_v5
Copy
Ryan Jacobs
Python static method
materials science

Input

input float to take sqrt of
Type: float

Output

output value
Type: float

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/keras_test_2023-03-17_v5', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/keras_test_2023-03-17_v5')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation