Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon committed Aug 25, 2021
1 parent 5324365 commit 571bd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolov5/utils/loggers/neptune/neptune_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, opt, job_type='Training'):
self.job_type = job_type
with open(opt.data) as f:
data_dict = yaml.safe_load(f) # data dict
self.neptune, self.neptune_run = neptune, None, data_dict
self.neptune, self.neptune_run = neptune, None

if self.neptune and opt.neptune_token:
self.neptune_run = neptune.init(api_token=opt.neptune_token,
Expand Down

0 comments on commit 571bd4e

Please sign in to comment.