Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save himanshunaidu/21a547e4d1c09ca816d858379b5718fc to your computer and use it in GitHub Desktop.
Save himanshunaidu/21a547e4d1c09ca816d858379b5718fc to your computer and use it in GitHub Desktop.
Warning logs during testing of BiSeNetv2 Using ExecuTorch 0.6
Torch version 2.7.0 has not been tested with coremltools. You may run into unexpected errors. Torch 2.5.0 is the most recent version that has been tested.
W0414 16:08:42.133000 61242 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
2025-04-14 16:08:43 - INFO - Number of images in the dataset: 500
[program.cpp:136] InternalConsistency verification requested but not available
/opt/anaconda3/envs/executorch_0.6/lib/python3.10/site-packages/torch/utils/data/dataloader.py:683: UserWarning: 'pin_memory' argument is set as true but not supported on MPS now, then device pinned memory won't be used.
warnings.warn(warn_msg)
0%| | 0/500 [00:00<?, ?it/s]scikit-learn version 1.6.1 is not supported. Minimum required version: 0.17. Maximum required version: 1.5.1. Disabling scikit-learn conversion API.
scikit-learn version 1.6.1 is not supported. Minimum required version: 0.17. Maximum required version: 1.5.1. Disabling scikit-learn conversion API.
Torch version 2.7.0 has not been tested with coremltools. You may run into unexpected errors. Torch 2.5.0 is the most recent version that has been tested.
Torch version 2.7.0 has not been tested with coremltools. You may run into unexpected errors. Torch 2.5.0 is the most recent version that has been tested.
scikit-learn version 1.6.1 is not supported. Minimum required version: 0.17. Maximum required version: 1.5.1. Disabling scikit-learn conversion API.
Torch version 2.7.0 has not been tested with coremltools. You may run into unexpected errors. Torch 2.5.0 is the most recent version that has been tested.
scikit-learn version 1.6.1 is not supported. Minimum required version: 0.17. Maximum required version: 1.5.1. Disabling scikit-learn conversion API.
Torch version 2.7.0 has not been tested with coremltools. You may run into unexpected errors. Torch 2.5.0 is the most recent version that has been tested.
W0414 16:08:46.116000 61341 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
W0414 16:08:46.118000 61339 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
W0414 16:08:46.130000 61340 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
W0414 16:08:46.173000 61342 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
100%|███████████████████████████████████████████████████████████████████████████| 500/500 [04:21<00:00, 1.91it/s]
2025-04-14 16:13:05 - INFO - Metrics saved to results_test_executorch/results_city_val/model_bisenetv2_city/split_val/s_2.0_sc_512_256/20250414-160843/metrics.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment