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

Fix for SDK regression bug, minor doc updates #475

Merged
merged 19 commits into from
Jun 4, 2021
Prev Previous commit
Next Next commit
flake
  • Loading branch information
ant0nsc committed Jun 4, 2021
commit 140013632b8b76444ebbf39ebabd9a67c2fd413e
2 changes: 1 addition & 1 deletion InnerEye/ML/configs/segmentation/Lung.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy
import pandas as pd

from InnerEye.ML.config import MixtureLossComponent, PhotometricNormalizationMethod, SegmentationLoss, \
from InnerEye.ML.config import PhotometricNormalizationMethod, SegmentationLoss, \
SegmentationModelBase, equally_weighted_classes
from InnerEye.ML.deep_learning_config import OptimizerType
from InnerEye.ML.utils.split_dataset import DatasetSplits
Expand Down