skin_retouching_pipeline requires the TensorFlow library but it was not found

2023-12-29 13:03:11

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

文章来源:https://blog.csdn.net/jacke121/article/details/135287749
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。