Skip to content

Commit

Permalink
Fix model fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz committed Feb 28, 2024
1 parent c65dfef commit ef06b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ def run_model_information_script(pth_path):

# Model blender
def run_model_blender_script(model_name, pth_path_1, pth_path_2, ratio):
model_blender(model_name, pth_path_1, pth_path_2, ratio)
message, model_blended = model_blender(model_name, pth_path_1, pth_path_2, ratio)
return message, model_blended



# Tensorboard
Expand Down

0 comments on commit ef06b62

Please sign in to comment.