Slimface的train_eval.py的importer有问题
Created by: nihuizhidao
python==3.6.10 paddlepaddle-gpu==1.8.2.post107 paddleslim==1.1.1
slimfacenet的train_eval.py第30行的quant_post_static导入出错:
from paddleslim.quant import quant_post_static W0908 17:05:49.643043 5333 init.cc:134] Compiled with WITH_GPU, but no GPU found in runtime. 2020-09-08 17:05:49,662-WARNING: If you want to use DDPG in RLNAS, please pip install parl first. Now states: No module named 'parl' Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'quant_post_static'
paddlepaddle的gpu调用是正常的。
请问这个是什么原因呢?