Umit Kacar, PhD
Umit Kacar, PhD
Can you add EfficientFormer? [https://github.com/snap-research/EfficientFormer](url) [https://arxiv.org/pdf/2206.01191.pdf](url)
Hi @nelson-liu Can you provide Pytorch 2.0-2.2 for Nvidia Tesla K40C? We are looking forward to it! Embracing 2024 with the Excitement of PyTorch 2.0: A Leap into the Future...
I am trying to use MobileOne-S0 as a backbone for semantic segmentation. However, UNFUSED checkpoint is very big. How do I use the S0 model instead of unfused?
## Summary - add tests validating custom exception inheritance and messages - add logging tests to ensure setup and retrieval respect log levels - add visualization tests verifying output shapes...
## Summary - add tests validating custom exception inheritance and messages - add logging tests to ensure setup and retrieval respect log levels - add visualization tests verifying output shapes...
## Summary - add low-resolution sample images under tests/fixtures - provide fake model file fixture for model loading tests - update tests to use new fixtures and avoid creating files...
## Summary - document BaseProcessor responsibilities, usage, and extension points - add ModelManager guide covering download, cache, and validation - update API README navigation to include new documentation ## Testing...
## Summary - add `expected_hash` to `ModelConfig` - test default and custom `expected_hash` ## Testing - `ruff check src tests` - `pytest -q` *(fails: ModuleNotFoundError: No module named 'cv2')* ------...
## Summary - drop `.pre-commit-config.yaml.disabled` so only one config is active ## Testing - `make install-dev` *(fails: internet disabled)* - `make test` *(fails: ModuleNotFoundError: No module named 'cv2')* ------ https://chatgpt.com/codex/tasks/task_e_684bd8adeae0832d9096df686fb87656
## Bug Description The hookify plugin's `config_loader.py` uses Python 3.9+ type hint syntax (`tuple[Dict[str, Any], str]`) which causes a `TypeError` on Python 3.8 systems. ## Environment - **OS:** Ubuntu 20.04...