mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Update training.py
This commit is contained in:
parent
261a811955
commit
f2eab51ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def training(
|
||||||
logger.info("--- Optimising model for deployment ---")
|
logger.info("--- Optimising model for deployment ---")
|
||||||
|
|
||||||
deployment_model_path = model.optimise_model_for_deployment(deployment_path= output_base / DEPLOYMENT_FOLDER)
|
deployment_model_path = model.optimise_model_for_deployment(deployment_path= output_base / DEPLOYMENT_FOLDER)
|
||||||
logger.info("Optimised version of best model can be found at: {deployment_model_path}")
|
logger.info(f"Optimised version of best model can be found at: {deployment_model_path}")
|
||||||
|
|
||||||
# TODO: Need a model registry - for now have this as a CSV
|
# TODO: Need a model registry - for now have this as a CSV
|
||||||
# Save this in the model directory
|
# Save this in the model directory
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue