iepy
iepy copied to clipboard
Cache evidence vectorization to improve speed
Once the BootstrappedIEPipeline starts running the Evidence instances generated are (kind of) read-only.
The same evidences will be generated over and over in stage 1. Therefore, the vectorization needed for the classifier at stages 3 and 5 could be cached for future pipeline cycles, improving the execution speed.