AttributeError: module 'paddle.fluid.core_avx' has no attribute 'get_cuda_device_count'
Created by: wishgale
在windows10,cpu环境下运行下面的命令出现上面的错误
python -m paddle.distributed.launch tools/train.py -c ./configs/quick_start/ResNet50_vd.yaml
PaddleClas能否提供对cpu的支持呢?