I am trying to apply tf.GradientTape in my model. Before that i am trying this with a toy example.
tf.GradientTape
import numpy as np import tensorflow as tf X = t