skin_retouching_pipeline requires the TensorFlow library but it was not found

skin_retouching_pipeline requires the TensorFlow library but it was not found

目录

查到了源码:

解决方法:


查到了源码:

_tf_version = 'N/A'
if USE_TF in ENV_VARS_TRUE_AND_AUTO_VALUES and USE_TORCH not in ENV_VARS_TRUE_VALUES:
    _tf_available = importlib.util.find_spec('tensorflow') is not None
    if _tf_available:
        candidates = (
            'tensorflow',
            'tensorflow-cpu',
            't

你可能感兴趣的:(python宝典,tensorflow,neo4j,人工智能)