`tape` is required when a `Tensor` loss is passed

前端 未结 0 1709
我寻月下人不归
我寻月下人不归 2021-01-27 11:54

Some question about tf.

import numpy as np
import tensorflow as tf
from tensorflow import keras

x_train = [1,2,3]
y_train = [1,2,3]

W = tf.Variable(tf.random.no         


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