Dir checkup
This commit is contained in:
parent
2d12bf9ced
commit
42cd90462d
@ -4,7 +4,7 @@ import json
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
print('################\n\n', os.listdir(), "\n\n###############")
|
print('################\n\n', os.listdir('scripts/'), "\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