Detail

Bandgap-7-fidelity-MP-JARVIS-5-test-rev

aristana_uchicago/7-fi-1_test_rev_5
Copy
Keras Model
Deep NN

Input

Tuple of tensors
Type: tuple
Tensor
Type: (ndarray)
Tensor
Type: (ndarray)
Tensor
Type: (ndarray)
Tensor
Type: (ndarray)
Tensor
Type: (ndarray)
Tensor
Type: (ndarray)
Tensor
Type: (ndarray)

Output

Tensor
Type: ndarray
Shape: ['None', 'None', '1']

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('aristana_uchicago/7-fi-1_test_rev_5', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('aristana_uchicago/7-fi-1_test_rev_5')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation