Elias
Results
2
comments of
Elias
Hi @reyammer, I also noticed the difference in performance from v1 to v2. I enabled fast_v2_1 by changing the symlink and making the hardcoded [model.rs](https://github.com/google/magika/blob/main/rust/lib/src/model.rs) match the [config.min.json](https://github.com/google/magika/blob/main/assets/models/fast_v2_1/config.min.json). It seems...
> However, this can be easily fixed by duplicating the rust/lib/src/model.onnx file with a CI script to make sure it's in sync, and completely avoiding rust/gen/model by using a constant...