diff --git a/predict_registry.py b/predict_registry.py index 23d823e..3561d57 100644 --- a/predict_registry.py +++ b/predict_registry.py @@ -7,6 +7,7 @@ model = mlflow.pyfunc.load_model(registry_path) # with open(f'{registry_path}/input_example.json') as f: input_example_data = json.load(f) + print(input_example_data) input_example = np.array(input_example_data['inputs']) #