feat(model): add tqdm progress bar to model prediction loops
- Add tqdm progress bar to batch prediction loops in multiple model modules - Improve logging and error handling in batch analysis script - Update table model initialization to use default sub-model if none specified - Add tqdm dependency to requirements.txt
Showing
| ... | @@ -11,4 +11,5 @@ torch>=2.2.2,!=2.5.0,!=2.5.1,<=2.6.0 | ... | @@ -11,4 +11,5 @@ torch>=2.2.2,!=2.5.0,!=2.5.1,<=2.6.0 |
| torchvision | torchvision | ||
| transformers>=4.49.0,<5.0.0 | transformers>=4.49.0,<5.0.0 | ||
| pdfminer.six==20231228 | pdfminer.six==20231228 | ||
| tqdm>=4.67.1 | |||
| # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. | # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. |
Please register or sign in to comment