However, this appears highly ineficient when doing multiple searches one after the other (10 - 15), as each call will re-load the model each time, as well as the dictonary.
Is there a way to create a single, reusable, config and then update the relevant parameters as necessary, such as wbeam and beam ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am creating a config object by calling
However, this appears highly ineficient when doing multiple searches one after the other (10 - 15), as each call will re-load the model each time, as well as the dictonary.
Is there a way to create a single, reusable, config and then update the relevant parameters as necessary, such as wbeam and beam ?