remove extra from production build
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 12s
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 12s
This commit is contained in:
@ -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]
|
||||
]
|
||||
|
Reference in New Issue
Block a user