We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow up to #2590
We've got something like:
python src/main/python/run_regression.py --index --verify --search --regression beir-v1.0.0-robust04.bge-base-en-v1.5.flat.onnx
Let's set up similar regression for fusion, using the classes just implemented in #2590
src/main/python/run_regression.py
run_fusion.py
I'm agnostic, but (b) seems more plausible?
Maybe something like:
src/main/python/run_fusion_regression.py --regression beir-fusion-config-file.yaml
And maybe the script already assumes you've already got the base run files in runs/... something like that?
runs/
The text was updated successfully, but these errors were encountered:
#2611 merged above so we have a good start. Suggestions for improvements in #2619
Closing this issue.
Sorry, something went wrong.
No branches or pull requests
Follow up to #2590
We've got something like:
Let's set up similar regression for fusion, using the classes just implemented in #2590
src/main/python/run_regression.py
and just jam the fusion feature in there?run_fusion.py
for this?I'm agnostic, but (b) seems more plausible?
Maybe something like:
And maybe the script already assumes you've already got the base run files in
runs/
... something like that?The text was updated successfully, but these errors were encountered: