一个奇怪的问题运行toolkit里面的示例程序时,提示以下错误:
examples/pytorch/resnet18$ python3 test.py
/home/toybrick/.local/lib/python3.7/site-packages/torch/package/_mock_zipreader.py:17: UserWarning: Failed to initialize NumPy: module compiled against API version 0xe but this version of numpy is 0xd (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:67.)
_dtype_to_storage = {data_type(0).dtype: data_type for data_type in _storages}
Illegal instruction