tensorflow2.x變量初始化

TensorFlow2.x和PyTorch已經很像了,能夠直接輸出Tensor的值,不用sess.run()了,很直觀。html tf2.x其中一個特色是去掉了不少冗餘API,tf1.x中,定義變量有兩個函數,tf.Variable()和tf.get_variable(),在tf2.x的API中,只剩tf.Variable()了,另外一個變成tf.compat.v1.get_variable()了
相關文章
相關標籤/搜索