Skip to content

Commit

Permalink
fix: update flowchart to reflect actual analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
siemdejong committed Jan 31, 2023
1 parent 86fab85 commit 4a2b4a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions mermaid/skin_analysis.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ flowchart TB
best_fit{Best fit}
end


images[(Images)]

subgraph hparam_search[Hyperparameter search]
Expand All @@ -28,20 +27,20 @@ flowchart TB
%% train15[Model 15]
train20[Model 20]
train30[Model 30]
train1X[Model 20, 1X Zoom]
best_val{Best validation}
end

subgraph testing[Testing]
ensemble[Snapshot ensembling]
test[Test model]
end
inference[Inference]

subgraph xai[XAI]
ig[Integrated gradients]
%%ig[Integrated gradients]
occ[Occlusion]
attack[Adversarial attack]
why{Why?}
end


%% Connections

curves --> predictor_pre_selection
Expand All @@ -50,8 +49,9 @@ flowchart TB
images ----> hparam_search
study1 & study2 & study3 --> best_config
best_config --> training
train10 & train20 & train30 --> best_val
best_val --> testing
ensemble --> test
test --> xai
ig & occ --> why
train10 & train20 & train30 & train1X --> best_val
best_val --> inference & xai
%%best_val --> testing
%%ensemble --> test

occ & attack --> why
Binary file modified mermaid/skin_analysis.pdf
Binary file not shown.

0 comments on commit 4a2b4a0

Please sign in to comment.