....keras.backend.gather( reference, indices ) 定義在:tensorflow/python/keras/backend.py。檢索張量reference中索引indices的元素。 參數(shù): reference:一個張量。 indices:索引的整數(shù)張量。 返回:返回一個張量,它與reference具有相同的類...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gather.html...end.get_session函數(shù)tf.keras.backend.get_session() 定義在:tensorflow/python/keras/backend.py。返回后端使用的TF會話。如果默認的TensorFlow會話可用,我們將返回它。否則,我們將返回全局Keras會話。如果此時不存在全局Keras會話:我們將創(chuàng)建一個...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_get_session.html...id函數(shù)tf.keras.backend.get_uid(prefix='') 定義在:tensorflow/python/keras/backend.py。將字符串前綴與TensorFlow圖中的整數(shù)計數(shù)器相關(guān)聯(lián)。 參數(shù): prefix:要索引的字符串前綴。 返回:唯一整數(shù)ID。示例: >>> get_uid('dense'...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_get_uid.htmltf.keras.backend.get_value函數(shù)tf.keras.backend.get_value(x) 定義在:tensorflow/python/keras/backend.py。返回變量的值。 參數(shù): x:輸入的變量。 返回:一個Numpy數(shù)組。 可能引發(fā)的異常: RuntimeError:如果在defun中調(diào)用此方法。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_get_value.html....keras.backend.gradients( loss, variables ) 定義在:tensorflow/python/keras/backend.py。返回variables在loss上的梯度。 參數(shù): loss:需要最小化的標量張量。 variables:變量列表。 返回:返回一個梯度張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gradients.htmltf.keras.backend.greater函數(shù)tf.keras.backend.greater( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個元素比對 (x > y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個布爾張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_greater.htmltf.keras.backend.greater_equal函數(shù)tf.keras.backend.greater_equal( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個元素比對 (x >= y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個布爾張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_greater_equal.html....hard_sigmoid函數(shù)tf.keras.backend.hard_sigmoid(x) 定義在:tensorflow/python/keras/backend.py。sigmoid的分段線性近似。速度比 sigmoid 更快。如果 x < -2.5,返回 0。如果 x > 2.5,返回 1。如果 -2.5 <= x <= 2.5,返回 0.2 * x + 0.5。 參數(shù): x:...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_hard_sigmoid.html...ta_format函數(shù)tf.keras.backend.image_data_format() 定義在:tensorflow/python/keras/backend.py。返回默認圖像數(shù)據(jù)格式約定 ('channels_first' 或 'channels_last')。 返回:返回一個字符串,可以是:'channels_first' 或 'channels_last'示...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_image_data_format.html...ackend.int_shape函數(shù)tf.keras.backend.int_shape(x) 定義在:tensorflow/python/keras/backend.py。返回張量或變量的shape,作為int或None條目的元組。 參數(shù): x:張量或變量。 返回:整數(shù)元組(或 None 條目)示例:>>> from keras import backend...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_int_shape.html抱歉,暫時沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的教程
w3cschool 建議您:
....keras.backend.gather( reference, indices ) 定義在:tensorflow/python/keras/backend.py。檢索張量reference中索引indices的元素。 參數(shù): reference:一個張量。 indices:索引的整數(shù)張量。 返回:返回一個張量,它與reference具有相同的類...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gather.html...end.get_session函數(shù)tf.keras.backend.get_session() 定義在:tensorflow/python/keras/backend.py。返回后端使用的TF會話。如果默認的TensorFlow會話可用,我們將返回它。否則,我們將返回全局Keras會話。如果此時不存在全局Keras會話:我們將創(chuàng)建一個...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_get_session.html...id函數(shù)tf.keras.backend.get_uid(prefix='') 定義在:tensorflow/python/keras/backend.py。將字符串前綴與TensorFlow圖中的整數(shù)計數(shù)器相關(guān)聯(lián)。 參數(shù): prefix:要索引的字符串前綴。 返回:唯一整數(shù)ID。示例: >>> get_uid('dense'...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_get_uid.htmltf.keras.backend.get_value函數(shù)tf.keras.backend.get_value(x) 定義在:tensorflow/python/keras/backend.py。返回變量的值。 參數(shù): x:輸入的變量。 返回:一個Numpy數(shù)組。 可能引發(fā)的異常: RuntimeError:如果在defun中調(diào)用此方法。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_get_value.html....keras.backend.gradients( loss, variables ) 定義在:tensorflow/python/keras/backend.py。返回variables在loss上的梯度。 參數(shù): loss:需要最小化的標量張量。 variables:變量列表。 返回:返回一個梯度張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gradients.htmltf.keras.backend.greater函數(shù)tf.keras.backend.greater( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個元素比對 (x > y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個布爾張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_greater.htmltf.keras.backend.greater_equal函數(shù)tf.keras.backend.greater_equal( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個元素比對 (x >= y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個布爾張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_greater_equal.html....hard_sigmoid函數(shù)tf.keras.backend.hard_sigmoid(x) 定義在:tensorflow/python/keras/backend.py。sigmoid的分段線性近似。速度比 sigmoid 更快。如果 x < -2.5,返回 0。如果 x > 2.5,返回 1。如果 -2.5 <= x <= 2.5,返回 0.2 * x + 0.5。 參數(shù): x:...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_hard_sigmoid.html...ta_format函數(shù)tf.keras.backend.image_data_format() 定義在:tensorflow/python/keras/backend.py。返回默認圖像數(shù)據(jù)格式約定 ('channels_first' 或 'channels_last')。 返回:返回一個字符串,可以是:'channels_first' 或 'channels_last'示...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_image_data_format.html...ackend.int_shape函數(shù)tf.keras.backend.int_shape(x) 定義在:tensorflow/python/keras/backend.py。返回張量或變量的shape,作為int或None條目的元組。 參數(shù): x:張量或變量。 返回:整數(shù)元組(或 None 條目)示例:>>> from keras import backend...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_int_shape.html抱歉,暫時沒有相關(guān)的文章
w3cschool 建議您: