Dir checkup
This commit is contained in:
parent
e13a78580e
commit
bd63523e26
@ -1,8 +1,10 @@
|
|||||||
import mlflow
|
import mlflow
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import json
|
import json
|
||||||
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
print('################\n\n', os.listdir(), "\n\n###############")
|
||||||
model = mlflow.pyfunc.load_model(
|
model = mlflow.pyfunc.load_model(
|
||||||
'../mlruns/13/da5c6167bb45403fa35569849a1fbc13/artifacts/model')
|
'../mlruns/13/da5c6167bb45403fa35569849a1fbc13/artifacts/model')
|
||||||
with open('../mlruns/13/da5c6167bb45403fa35569849a1fbc13/artifacts/model/input_example.json') as f:
|
with open('../mlruns/13/da5c6167bb45403fa35569849a1fbc13/artifacts/model/input_example.json') as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user