Detail

Ziatdinov AtomNet model test JW 3

jwei74_wisc/Ziatdinov_AtomNet_test_JW_3
Copy
Python static method

Input

input image and three other args
Type: dict

Output

the coordinates of located atomic columns
Type: ndarray
Shape: ['None', 'None']

Run with DLHub SDK

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

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('jwei74_wisc/Ziatdinov_AtomNet_test_JW_3')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation