Skip to content

Commit

Permalink
clear default custom weightsPath (debug value)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolomeychenko committed Mar 26, 2021
1 parent 4d281e1 commit bac998e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supervisely/train/src/sly_init_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def init_model_settings(data, state):
state["pretrainedWeights"] = f'{data["modelSizes"][0]["label"]}.pt'

# @TODO: for debug
state["weightsPath"] = "/yolov5_train/coco128_002/2390/weights/best.pt"
#state["weightsPath"] = ""
#state["weightsPath"] = "/yolov5_train/coco128_002/2390/weights/best.pt"
state["weightsPath"] = ""


def init_training_hyperparameters(state):
Expand Down

0 comments on commit bac998e

Please sign in to comment.