remove extra from production build
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 12s

This commit is contained in:
2025-01-07 18:12:08 +01:00
parent 829f7a5c5b
commit 1a5dc337f7
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#import "utils.typ": todo
#import "utils.typ": todo, inwriting
#import "@preview/subpar:0.1.1"
= Experimental Results <sectionexperimentalresults>
@ -101,5 +101,7 @@ One could use a well established algorithm like PatchCore or EfficientAD for det
label: <comparisonnormal>,
)
#if inwriting [
== Extra: How does Euclidean distance compare to Cosine-similarity when using ResNet as a feature-extractor?
#todo[Maybe don't do this]
]