Detail

Ziatdinov AtomNet model test JW 2

jwei74_wisc/Ziatdinov_AtomNett_test_JW_2
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_AtomNett_test_JW_2', X)

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation