App下載

詞條

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

2411.TensorFlow函數(shù):tf.graph_util.remove_training_nodes

...training_nodes( input_graph, protected_nodes=None ) 定義在:tensorflow/python/framework/graph_util_impl.py. 刪除不需要進(jìn)行推理(inference)的節(jié)點(diǎn). 在訓(xùn)練過程中,有一些節(jié)點(diǎn),比如Identity和checknerics,它們只在訓(xùn)練時(shí)有用,并且可以在僅用于推理的圖形中刪...

http://www.o2fo.com/tensorflow_python/tensorflow_python-jb2v2ptf.html

2412.TensorFlow函數(shù):tf.graph_util.tensor_shape_from_node_def_name

tf.graph_util.tensor_shape_from_node_def_name函數(shù)tf.graph_util.tensor_shape_from_node_def_name( graph, input_name )定義在:tensorflow/python/framework/graph_util_impl.py.tf.graph_util.tensor_shape_from_node_def_name函數(shù)的作用是能夠方便函數(shù)從NodeDef的輸入字符串獲取形狀.

http://www.o2fo.com/tensorflow_python/tensorflow_python-3kwe2pvc.html

2413.TensorFlow函數(shù):tf.image.adjust_brightness

...ess函數(shù)tf.image.adjust_brightness( image, delta ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 調(diào)整RGB或灰度圖像的亮度. 這是一種方便的方法,它將RGB圖像轉(zhuǎn)換為浮點(diǎn)圖像,調(diào)整其亮度,然后將其轉(zhuǎn)換回原始數(shù)...

http://www.o2fo.com/tensorflow_python/tensorflow_python-doin2py9.html

2414.TensorFlow函數(shù):tf.image.adjust_contrast

...tf.image.adjust_contrast( images, contrast_factor ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 tf.image.adjust_contrast函數(shù)用于調(diào)整RGB或灰度圖像的對(duì)比度. 這是一種方便的方法,可將RGB圖像轉(zhuǎn)換為浮點(diǎn)圖像,調(diào)整其...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ug9z2pyg.html

2415.TensorFlow函數(shù):tf.image.adjust_gamma

...數(shù)tf.image.adjust_gamma( image, gamma=1, gain=1 ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 對(duì)輸入圖像執(zhí)行Gamma校正. 也稱為冪律變換(Power Law Transform).該函數(shù)在將每個(gè)像素縮放到范圍0到1之后,根據(jù)等式Out = ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ych22pzm.html

2416.TensorFlow函數(shù):tf.image.adjust_hue

...t_huetf.image.adjust_hue( image, delta, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 調(diào)整RGB圖像的色調(diào). 這是一種方便的方法,它將RGB圖像轉(zhuǎn)換為浮點(diǎn)表示形式,將其轉(zhuǎn)換為HSV,向色調(diào)通道添加偏移量,...

http://www.o2fo.com/tensorflow_python/tensorflow_python-zy382q20.html

2417.TensorFlow函數(shù):tf.image.adjust_saturation

...t_saturation( image, saturation_factor, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 調(diào)整RGB圖像的飽和度. 這是一種方便的方法,可以將RGB圖像轉(zhuǎn)換為浮點(diǎn)表示形式,將其轉(zhuǎn)換為HSV,向飽和通道添加偏...

http://www.o2fo.com/tensorflow_python/tensorflow_python-2auk2q28.html

2418.TensorFlow函數(shù):tf.image.central_crop

...數(shù)tf.image.central_crop( image, central_fraction ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>裁剪 裁剪圖像的中心區(qū)域. 去除圖像的外部部分,但沿著每個(gè)維度保留圖像的中心區(qū)域.如果我們指定central_fraction = 0.5,則此...

http://www.o2fo.com/tensorflow_python/tensorflow_python-43xt2q3t.html

2419.TensorFlow函數(shù):tf.image.convert_image_dtype

...ge_dtype( image, dtype, saturate=False, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>顏色空間之間轉(zhuǎn)換 將image轉(zhuǎn)換為dtype,根據(jù)需要縮放其值. 使用浮點(diǎn)值表示的圖像的值預(yù)期在[0,1)范圍內(nèi).存儲(chǔ)在整數(shù)數(shù)據(jù)類型...

http://www.o2fo.com/tensorflow_python/tensorflow_python-4m592q3z.html

2420.TensorFlow函數(shù):tf.image.decode_image

....decode_image( contents, channels=None, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>編碼和解碼 decode_bmp,decode_gif,decode_jpeg和decode_png的方便函數(shù). 檢測(cè)圖像是否為BMP,GIF,JPEG或PNG,并執(zhí)行相應(yīng)的操作將輸入字節(jié)str...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ug6x2qa6.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2411.TensorFlow函數(shù):tf.graph_util.remove_training_nodes

...training_nodes( input_graph, protected_nodes=None ) 定義在:tensorflow/python/framework/graph_util_impl.py. 刪除不需要進(jìn)行推理(inference)的節(jié)點(diǎn). 在訓(xùn)練過程中,有一些節(jié)點(diǎn),比如Identity和checknerics,它們只在訓(xùn)練時(shí)有用,并且可以在僅用于推理的圖形中刪...

http://www.o2fo.com/tensorflow_python/tensorflow_python-jb2v2ptf.html

2412.TensorFlow函數(shù):tf.graph_util.tensor_shape_from_node_def_name

tf.graph_util.tensor_shape_from_node_def_name函數(shù)tf.graph_util.tensor_shape_from_node_def_name( graph, input_name )定義在:tensorflow/python/framework/graph_util_impl.py.tf.graph_util.tensor_shape_from_node_def_name函數(shù)的作用是能夠方便函數(shù)從NodeDef的輸入字符串獲取形狀.

http://www.o2fo.com/tensorflow_python/tensorflow_python-3kwe2pvc.html

2413.TensorFlow函數(shù):tf.image.adjust_brightness

...ess函數(shù)tf.image.adjust_brightness( image, delta ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 調(diào)整RGB或灰度圖像的亮度. 這是一種方便的方法,它將RGB圖像轉(zhuǎn)換為浮點(diǎn)圖像,調(diào)整其亮度,然后將其轉(zhuǎn)換回原始數(shù)...

http://www.o2fo.com/tensorflow_python/tensorflow_python-doin2py9.html

2414.TensorFlow函數(shù):tf.image.adjust_contrast

...tf.image.adjust_contrast( images, contrast_factor ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 tf.image.adjust_contrast函數(shù)用于調(diào)整RGB或灰度圖像的對(duì)比度. 這是一種方便的方法,可將RGB圖像轉(zhuǎn)換為浮點(diǎn)圖像,調(diào)整其...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ug9z2pyg.html

2415.TensorFlow函數(shù):tf.image.adjust_gamma

...數(shù)tf.image.adjust_gamma( image, gamma=1, gain=1 ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 對(duì)輸入圖像執(zhí)行Gamma校正. 也稱為冪律變換(Power Law Transform).該函數(shù)在將每個(gè)像素縮放到范圍0到1之后,根據(jù)等式Out = ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ych22pzm.html

2416.TensorFlow函數(shù):tf.image.adjust_hue

...t_huetf.image.adjust_hue( image, delta, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 調(diào)整RGB圖像的色調(diào). 這是一種方便的方法,它將RGB圖像轉(zhuǎn)換為浮點(diǎn)表示形式,將其轉(zhuǎn)換為HSV,向色調(diào)通道添加偏移量,...

http://www.o2fo.com/tensorflow_python/tensorflow_python-zy382q20.html

2417.TensorFlow函數(shù):tf.image.adjust_saturation

...t_saturation( image, saturation_factor, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>圖像調(diào)整 調(diào)整RGB圖像的飽和度. 這是一種方便的方法,可以將RGB圖像轉(zhuǎn)換為浮點(diǎn)表示形式,將其轉(zhuǎn)換為HSV,向飽和通道添加偏...

http://www.o2fo.com/tensorflow_python/tensorflow_python-2auk2q28.html

2418.TensorFlow函數(shù):tf.image.central_crop

...數(shù)tf.image.central_crop( image, central_fraction ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>裁剪 裁剪圖像的中心區(qū)域. 去除圖像的外部部分,但沿著每個(gè)維度保留圖像的中心區(qū)域.如果我們指定central_fraction = 0.5,則此...

http://www.o2fo.com/tensorflow_python/tensorflow_python-43xt2q3t.html

2419.TensorFlow函數(shù):tf.image.convert_image_dtype

...ge_dtype( image, dtype, saturate=False, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>顏色空間之間轉(zhuǎn)換 將image轉(zhuǎn)換為dtype,根據(jù)需要縮放其值. 使用浮點(diǎn)值表示的圖像的值預(yù)期在[0,1)范圍內(nèi).存儲(chǔ)在整數(shù)數(shù)據(jù)類型...

http://www.o2fo.com/tensorflow_python/tensorflow_python-4m592q3z.html

2420.TensorFlow函數(shù):tf.image.decode_image

....decode_image( contents, channels=None, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請(qǐng)參閱指南:圖像操作>編碼和解碼 decode_bmp,decode_gif,decode_jpeg和decode_png的方便函數(shù). 檢測(cè)圖像是否為BMP,GIF,JPEG或PNG,并執(zhí)行相應(yīng)的操作將輸入字節(jié)str...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ug6x2qa6.html

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

w3cschool 建議您:

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

熱門課程