## Motivation 1. numpy from 1.24 deprecated the aliases np.object, np.bool, np.float, np.complex, np.str, and np.int https://numpy.org/devdocs/release/1.24.0-notes.html 2. timm needs to pytorch>=1.7, so ignore test timm in pytorch 1.5 and 1.6 3. Remove install pillow as it doesn't test torchvision < 0.5 ## Modification 1. np.float->np.float32 2. torch >= '1.7.0' -> matrix.torch != '1.5.1+cu101' && matrix.torch != '1.6.0+cu101' (as '1.10' < '1.7' 3. Remove install pillow |
||
---|---|---|
.. | ||
data | ||
test_apis | ||
test_core | ||
test_data | ||
test_models | ||
test_utils | ||
__init__.py | ||
test_config.py | ||
test_digit_version.py | ||
test_eval_hook.py | ||
test_inference.py | ||
test_metrics.py | ||
test_sampler.py |