Skip to content
New issue

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

Better Automodel Design #146

Merged
merged 4 commits into from
Aug 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix paddle detection protobuf error?
lolipopshock committed Aug 5, 2022
commit ad5e12b07b0a9ac3b997cef24f311be8a28ebb37
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -61,6 +61,8 @@ jobs:
pip install pytest
pip install -e ".[paddledetection]"
pytest tests_deps/test_only_paddledetection.py
env:
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python

test_all_methods_all_backends:
needs: [test_only_effdet_backend, test_only_detectron2_backend, test_only_paddledetection_backend]