Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fixing SSL recovery, attempt 2 #584

Merged
merged 48 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
cf51128
instructions
ant0nsc Sep 22, 2021
b6201b5
Moving loading time out into a callback
ant0nsc Oct 13, 2021
7b5997a
fixing timing callback
ant0nsc Oct 13, 2021
9d55e20
docu
ant0nsc Oct 13, 2021
4254ff2
docu
ant0nsc Oct 13, 2021
0a1fc26
progress bar
ant0nsc Oct 14, 2021
f190669
docu and cleanup
ant0nsc Oct 14, 2021
f90912d
tests
ant0nsc Oct 15, 2021
9bdbd7a
test cleanup
ant0nsc Oct 18, 2021
d02ba0b
test for timers
ant0nsc Oct 19, 2021
8cbc5f1
cleanup
ant0nsc Oct 19, 2021
144698a
tests for callback
ant0nsc Oct 19, 2021
6674b70
hyperparams logging
ant0nsc Oct 19, 2021
ebf8b25
flags
ant0nsc Oct 19, 2021
fd96667
Merge branch 'antonsc/submodule_doc' into antonsc/diagnostics
ant0nsc Oct 19, 2021
b11f6dd
submodule
ant0nsc Oct 19, 2021
8ac90f2
update all usage
ant0nsc Oct 19, 2021
547626e
fix
ant0nsc Oct 20, 2021
986fba8
cleanup
ant0nsc Oct 20, 2021
a823af0
callback save and load
ant0nsc Nov 2, 2021
17564f1
find_unused
ant0nsc Nov 2, 2021
367662f
Merge remote-tracking branch 'origin/main' into antonsc/diagnostics
ant0nsc Nov 2, 2021
6064bc5
remove submodule
ant0nsc Nov 2, 2021
88ed46c
storinglogger update
ant0nsc Nov 2, 2021
857026c
head_batchsize
ant0nsc Nov 2, 2021
a71a476
using submodule
ant0nsc Nov 2, 2021
69fe247
import fix
ant0nsc Nov 2, 2021
3ef5d5d
log_on_epoch
ant0nsc Nov 3, 2021
40b6d07
cleanup of metrics
ant0nsc Nov 3, 2021
8080544
changelog
ant0nsc Nov 3, 2021
8cbafe7
removing submodule
ant0nsc Nov 3, 2021
70771d3
fix import
ant0nsc Nov 3, 2021
c964d84
changelog
ant0nsc Nov 3, 2021
a432fe2
flake fix
ant0nsc Nov 3, 2021
4ee9e8e
Merge remote-tracking branch 'origin/antonsc/diagnostics' into antons…
ant0nsc Nov 3, 2021
d605335
fixed logging
ant0nsc Nov 3, 2021
e086757
Merge remote-tracking branch 'origin/main' into antonsc/recovery2
ant0nsc Nov 12, 2021
7f75ec3
changelog
ant0nsc Nov 12, 2021
c22362e
mypy
ant0nsc Nov 12, 2021
2da000b
test fix
ant0nsc Nov 13, 2021
16f9793
Merge branch 'main' into antonsc/recovery2
ant0nsc Nov 17, 2021
588dd01
PR comments
ant0nsc Nov 17, 2021
44b8d0e
fix
ant0nsc Nov 17, 2021
ea77b47
fix
ant0nsc Nov 17, 2021
a14b301
Merge remote-tracking branch 'origin/antonsc/pathfix' into antonsc/re…
ant0nsc Nov 18, 2021
3123ed4
Merge remote-tracking branch 'origin/main' into antonsc/recovery2
ant0nsc Nov 18, 2021
5703c1c
fix
ant0nsc Nov 18, 2021
4c4f4eb
PR comments
ant0nsc Nov 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix import
  • Loading branch information
ant0nsc committed Nov 3, 2021
commit 70771d3e9581e201bdc2b35139860b5a644d4ab6
1 change: 0 additions & 1 deletion InnerEye/Common/metrics_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
# ------------------------------------------------------------------------------------------
from enum import Enum, unique

# String prefixes when writing training or validation set metrics to a logger
from typing import Union

Expand Down
1 change: 1 addition & 0 deletions Tests/ML/test_model_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import numpy as np
import pandas as pd
import pytest
from health_ml.utils import BatchTimeCallback
from torch.utils.data import DataLoader

from InnerEye.Common import fixed_paths
Expand Down