Skip to content

Commit

Permalink
parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrony committed Jul 24, 2023
1 parent e9308aa commit e0f3918
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/transfer/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ def transfer_parameters(source=None, destination=None, direct_path_param=None,
:return:
"""

parameters_path = None
best_models_path = None

if direct_path_param and direct_path_best_models:
parameters_path = os.path.join(direct_path_param)
best_models_path = os.path.join(direct_path_best_models)
Expand Down

0 comments on commit e0f3918

Please sign in to comment.