TypeError: Cannot convert value <tensorflow.python.eager.def_function.Function object to a TensorFlow DType

前端 未结 0 2020
野性不改
野性不改 2021-02-06 10:18

I am trying to apply tf.GradientTape in my model. Before that i am trying this with a toy example.

import numpy as np
import tensorflow as tf


X = t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题