Dir checkup

This commit is contained in:
MatOgr 2022-05-15 13:04:24 +02:00
parent 2d12bf9ced
commit 42cd90462d

View File

@ -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: