App下載

詞條

大約有 4,000 項(xiàng)符合查詢(xún)結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,409 項(xiàng)。(搜索耗時(shí):0.0094秒)

2271.TensorFlow 隨機(jī)圖的代理?yè)p失

...name = 'SurrogateLoss' ) 定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_graph_impl.py參考指南:BayesFlow隨機(jī)圖(contrib)>隨機(jī)計(jì)算圖形輔助函數(shù)隨機(jī)圖的代理?yè)p失.這個(gè)函數(shù)將調(diào)用 loss_fn 在每個(gè) StochasticTensor 上游的 sample_losses,傳遞...

http://m.o2fo.com/tensorflow_python/tensorflow_python-3szt2c8q.html

2272.TensorFlow 發(fā)出隨機(jī)值的張量

...ic_tensor.BaseStochasticTensor 類(lèi)定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py.參見(jiàn)指南:BayesFlow隨機(jī)張量(contrib)>隨機(jī)張量類(lèi)用于發(fā)出隨機(jī)值的張量對(duì)象的基類(lèi).屬性 dtype graph name 方法 __init__ __init__ () loss loss(...

http://m.o2fo.com/tensorflow_python/tensorflow_python-gjl12c8u.html

2273.TensorFlow 獲取隨機(jī)張量值類(lèi)型

tf.contrib.bayesflow.stochastic_tensor.get_current_value_typeget_current_value_type ()定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py.參見(jiàn)指南:BayesFlow隨機(jī)張量(contrib)>隨機(jī)張量值類(lèi)型

http://m.o2fo.com/tensorflow_python/tensorflow_python-p4t22c8x.html

2274.TensorFlow 隨機(jī)張量值類(lèi)型的MeanValue類(lèi)

...ow.stochastic_tensor.MeanValue 類(lèi)定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py.參見(jiàn)指南:BayesFlow隨機(jī)張量(contrib)>隨機(jī)張量值類(lèi)型屬性stop_gradient方法 __init____init__ ( stop_gradient = False ) declare_inputsdeclare_inputs ( unused_s...

http://m.o2fo.com/tensorflow_python/tensorflow_python-1i7f2c8z.html

2275.TensorFlow 具有觀(guān)察值的 StochasticTensor

...ensor.ObservedStochasticTensor 類(lèi)定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py具有觀(guān)察值的 StochasticTensor.屬性distributiondtypegraphnamevalue_type方法__init____init__ ( dist , value , name = None ) 構(gòu)造一個(gè) ObservedStochasticTensor....

http://m.o2fo.com/tensorflow_python/tensorflow_python-ti6y2cb9.html

2276.TensorFlow使用PyCharm編輯器進(jìn)行配置和編譯在Windows下

...后,我們就可以調(diào)用相關(guān)API了。然后啟動(dòng)PyCharm,新建個(gè)Python項(xiàng)目。 4.編寫(xiě)一個(gè)簡(jiǎn)單的例子,編譯運(yùn)行。 如果想忽略警告提示,加入下面這句即可。import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' # 隱藏提示警告代碼...

http://m.o2fo.com/tensorflow/tensorflow-1fim2chx.html

2277.TensorFlow 將給定的 type_value 轉(zhuǎn)換為 DType

tf.as_dtypeas_dtype ( type_value ) 定義在:tensorflow/python/framework/dtypes.py參見(jiàn)指南:構(gòu)建圖>張量類(lèi)型將給定的 type_value 轉(zhuǎn)換為 DType.ARGS:type_value:可以轉(zhuǎn)換為 tf.DType 對(duì)象的值,這可能的英文一個(gè) tf.DType 對(duì)象,一個(gè) DataType 枚舉,一個(gè)字符...

http://m.o2fo.com/tensorflow_python/tensorflow_python-p61j2ckb.html

2278.TensorFlow 計(jì)算整數(shù)數(shù)組值出現(xiàn)的次數(shù)

...ngth = None, maxlength = None, dtype = tf.int32 ) 定義在:tensorflow/python/ops/math_ops.py.計(jì)算整數(shù)數(shù)組中每個(gè)值的出現(xiàn)次數(shù).如果 minlength 與 maxlength 沒(méi)有給出,返回與長(zhǎng)度的矢量 tf.reduce_max(arr) + 1,如果發(fā)射是非空的,則長(zhǎng)度為0.如果權(quán)重是非零, ...

http://m.o2fo.com/tensorflow_python/tensorflow_python-peiz2cmo.html

2279.TensorFlow 在張量上應(yīng)用布爾掩碼

... tensor , mask , name = 'boolean_mask' ) 定義在:tensorflow/python/ops/array_ops.py.參見(jiàn)指南:張量變換>分割和連接對(duì)張量應(yīng)用布爾掩碼.Numpy 等同于 tensor[mask].#1-D 示例 tensor = [ 0 , 1 , 2 , 3 ] mask = np.array([True,False,True,False] ) boolean_mas...

http://m.o2fo.com/tensorflow_python/tensorflow_python-nvek2cmu.html

2280.TensorFlow 張量投射

tf.castcast ( x , dtype , name = None ) 定義在:tensorflow/python/ops/math_ops.py參見(jiàn)指南:張量變換>鑄造將張量投射到新的類(lèi)型.該操作將 x(在張量的情況下)或 x.values(在 SparseTensor 情況下)投射到 dtype.例如:#tensor`a` is [1.8,2.2],dtype = tf.fl...

http://m.o2fo.com/tensorflow_python/tensorflow_python-zfsn2coc.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

2271.TensorFlow 隨機(jī)圖的代理?yè)p失

...name = 'SurrogateLoss' ) 定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_graph_impl.py參考指南:BayesFlow隨機(jī)圖(contrib)>隨機(jī)計(jì)算圖形輔助函數(shù)隨機(jī)圖的代理?yè)p失.這個(gè)函數(shù)將調(diào)用 loss_fn 在每個(gè) StochasticTensor 上游的 sample_losses,傳遞...

http://m.o2fo.com/tensorflow_python/tensorflow_python-3szt2c8q.html

2272.TensorFlow 發(fā)出隨機(jī)值的張量

...ic_tensor.BaseStochasticTensor 類(lèi)定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py.參見(jiàn)指南:BayesFlow隨機(jī)張量(contrib)>隨機(jī)張量類(lèi)用于發(fā)出隨機(jī)值的張量對(duì)象的基類(lèi).屬性 dtype graph name 方法 __init__ __init__ () loss loss(...

http://m.o2fo.com/tensorflow_python/tensorflow_python-gjl12c8u.html

2273.TensorFlow 獲取隨機(jī)張量值類(lèi)型

tf.contrib.bayesflow.stochastic_tensor.get_current_value_typeget_current_value_type ()定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py.參見(jiàn)指南:BayesFlow隨機(jī)張量(contrib)>隨機(jī)張量值類(lèi)型

http://m.o2fo.com/tensorflow_python/tensorflow_python-p4t22c8x.html

2274.TensorFlow 隨機(jī)張量值類(lèi)型的MeanValue類(lèi)

...ow.stochastic_tensor.MeanValue 類(lèi)定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py.參見(jiàn)指南:BayesFlow隨機(jī)張量(contrib)>隨機(jī)張量值類(lèi)型屬性stop_gradient方法 __init____init__ ( stop_gradient = False ) declare_inputsdeclare_inputs ( unused_s...

http://m.o2fo.com/tensorflow_python/tensorflow_python-1i7f2c8z.html

2275.TensorFlow 具有觀(guān)察值的 StochasticTensor

...ensor.ObservedStochasticTensor 類(lèi)定義在:tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py具有觀(guān)察值的 StochasticTensor.屬性distributiondtypegraphnamevalue_type方法__init____init__ ( dist , value , name = None ) 構(gòu)造一個(gè) ObservedStochasticTensor....

http://m.o2fo.com/tensorflow_python/tensorflow_python-ti6y2cb9.html

2276.TensorFlow使用PyCharm編輯器進(jìn)行配置和編譯在Windows下

...后,我們就可以調(diào)用相關(guān)API了。然后啟動(dòng)PyCharm,新建個(gè)Python項(xiàng)目。 4.編寫(xiě)一個(gè)簡(jiǎn)單的例子,編譯運(yùn)行。 如果想忽略警告提示,加入下面這句即可。import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' # 隱藏提示警告代碼...

http://m.o2fo.com/tensorflow/tensorflow-1fim2chx.html

2277.TensorFlow 將給定的 type_value 轉(zhuǎn)換為 DType

tf.as_dtypeas_dtype ( type_value ) 定義在:tensorflow/python/framework/dtypes.py參見(jiàn)指南:構(gòu)建圖>張量類(lèi)型將給定的 type_value 轉(zhuǎn)換為 DType.ARGS:type_value:可以轉(zhuǎn)換為 tf.DType 對(duì)象的值,這可能的英文一個(gè) tf.DType 對(duì)象,一個(gè) DataType 枚舉,一個(gè)字符...

http://m.o2fo.com/tensorflow_python/tensorflow_python-p61j2ckb.html

2278.TensorFlow 計(jì)算整數(shù)數(shù)組值出現(xiàn)的次數(shù)

...ngth = None, maxlength = None, dtype = tf.int32 ) 定義在:tensorflow/python/ops/math_ops.py.計(jì)算整數(shù)數(shù)組中每個(gè)值的出現(xiàn)次數(shù).如果 minlength 與 maxlength 沒(méi)有給出,返回與長(zhǎng)度的矢量 tf.reduce_max(arr) + 1,如果發(fā)射是非空的,則長(zhǎng)度為0.如果權(quán)重是非零, ...

http://m.o2fo.com/tensorflow_python/tensorflow_python-peiz2cmo.html

2279.TensorFlow 在張量上應(yīng)用布爾掩碼

... tensor , mask , name = 'boolean_mask' ) 定義在:tensorflow/python/ops/array_ops.py.參見(jiàn)指南:張量變換>分割和連接對(duì)張量應(yīng)用布爾掩碼.Numpy 等同于 tensor[mask].#1-D 示例 tensor = [ 0 , 1 , 2 , 3 ] mask = np.array([True,False,True,False] ) boolean_mas...

http://m.o2fo.com/tensorflow_python/tensorflow_python-nvek2cmu.html

2280.TensorFlow 張量投射

tf.castcast ( x , dtype , name = None ) 定義在:tensorflow/python/ops/math_ops.py參見(jiàn)指南:張量變換>鑄造將張量投射到新的類(lèi)型.該操作將 x(在張量的情況下)或 x.values(在 SparseTensor 情況下)投射到 dtype.例如:#tensor`a` is [1.8,2.2],dtype = tf.fl...

http://m.o2fo.com/tensorflow_python/tensorflow_python-zfsn2coc.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門(mén)課程