将 SRGAN 转换为 .pb
作者: jz-li666创建于 2021年3月10日更新于 2021年3月12日
源地址:https://GitHub.com/tensorlayer/srgan 我想将 model.py 中的 get_G 部分转换为 .pb 文件。我没有使用预训练模型,直接使用模型转换为 .pb 文件。但是,出现了 AttributeError: module 'tensorflow.Python.framework.ops' has no attribute '_TensorLike'。我不熟悉 tensorlayer 的代码,请帮助我。
内容来源: tensorlayer/TensorLayer