Skip to content

Commit

Permalink
Correctly closed the tensorboard file.
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinidemello committed Dec 18, 2019
1 parent b553e67 commit 2243f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/3_combine_maml_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def plot_mean_error_with_bars(dataset, data, output_path,
for k, e in zip(ks, ys):
tensorboard.add_scalar(
'meta-test-final/%s/%s' % (meta_learner_identifier, dataset), e, k)
tensorboard.close()


if __name__ == '__main__':
Expand Down

0 comments on commit 2243f09

Please sign in to comment.