We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b0336 commit 4a2686eCopy full SHA for 4a2686e
examples/add_sub/client.py
@@ -6,7 +6,6 @@
6
model_name = "openpom_model"
7
8
smiles = ["CC(=O)OC1=CC=CC=C1C(=O)O"]
9
-#input_data = np.array(smiles, dtype=object).reshape(1, 1)
10
input_data = np.array([s.encode("utf-8") for s in smiles], dtype=np.bytes_).reshape(len(smiles), 1)
11
12
with httpclient.InferenceServerClient(triton_url) as client:
0 commit comments