Fastflow API error #1851
-
Hey I am new to this library and I am trying to implement Fastflow but this is the error I am getting
AttributeError: 'Fastflow' object has no attribute 'threshold_method' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm unsure if this is the only issue, but use Engine, not directly trainer from lighting. Engine is anomalib specific wrapper of trainer that does some additional things, but also takes all the params from trainer if you need those. |
Beta Was this translation helpful? Give feedback.
I'm unsure if this is the only issue, but use Engine, not directly trainer from lighting. Engine is anomalib specific wrapper of trainer that does some additional things, but also takes all the params from trainer if you need those.