mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
text change (#568)
This commit is contained in:
@@ -77,5 +77,5 @@ for model in {{model_names}}:
|
||||
print("Please check scores dataframe's format, it's:")
|
||||
print(score_df)
|
||||
|
||||
print("Ensemble test passed successfully.")
|
||||
print(f"Output shape: {final_pred.shape}")
|
||||
print("Ensemble test end.")
|
||||
print(f"Final prediction shape: {final_pred.shape}")
|
||||
|
||||
@@ -50,4 +50,4 @@ val_pred, test_pred, final_hypers = model_workflow(
|
||||
)
|
||||
log_execution_results(start_time, val_pred, test_pred, final_hypers, "The second execution")
|
||||
|
||||
print("Model code test passed successfully.")
|
||||
print("Model code test end.")
|
||||
|
||||
Reference in New Issue
Block a user