We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e5df5 commit 89d6196Copy full SHA for 89d6196
.github/workflows/wired_table_rec.yml
@@ -33,10 +33,6 @@ jobs:
33
unzip wired_table_rec_models.zip
34
mv wired_table_rec_models/*.onnx wired_table_rec/models/
35
36
- wget https://github.com/RapidAI/TableStructureRec/releases/download/v0.0.0/wired_table_rec_modelsV2.zip
37
- unzip wired_table_rec_modelsV2.zip
38
- mv cycle_center_net_v2.onnx wired_table_rec/models/
39
-
40
pytest tests/test_wired_table_rec.py
41
42
GenerateWHL_PushPyPi:
0 commit comments