change model name
Some checks failed
s434804-training/pipeline/head There was a failure building this commit
Some checks failed
s434804-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
677a535082
commit
bf1f1129fa
@ -57,7 +57,7 @@ if __name__ == "__main__":
|
|||||||
mlf.set_experiment("s434804")
|
mlf.set_experiment("s434804")
|
||||||
tracking_url_type_store = urlparse(mlf.get_tracking_uri()).scheme
|
tracking_url_type_store = urlparse(mlf.get_tracking_uri()).scheme
|
||||||
if tracking_url_type_store != "file":
|
if tracking_url_type_store != "file":
|
||||||
mlf.keras.log_model(model, "country_vaccinations", registered_model_name="s434804", signature=signature,
|
mlf.keras.log_model(model, "country_vaccinations2", registered_model_name="s434804", signature=signature,
|
||||||
input_example=input_example)
|
input_example=input_example)
|
||||||
else:
|
else:
|
||||||
mlf.keras.log_model(model, "vaccines_model", signature=signature, input_example=input_example)
|
mlf.keras.log_model(model, "vaccines_model", signature=signature, input_example=input_example)
|
||||||
|
Loading…
Reference in New Issue
Block a user