App下載

詞條

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

2411.TensorFlow函數(shù):tf.gfile.Walk

...gfile.Walk函數(shù)tf.gfile.Walk( top, in_order=True ) 定義在:tensorflow/python/lib/io/file_io.py. 目錄的遞歸目錄樹生成器. 函數(shù)參數(shù): top:字符串,一個目錄名稱 in_order:布爾值,如果為True,則按順序遍歷;如果為False,則按順序排序. 列出目錄時發(fā)生...

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

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

...must_run_on_cpu( node, pin_variables_on_cpu=False ) 定義在:tensorflow/python/framework/graph_util_impl.py. 如果給定的node_def必須在CPU上運行,則返回True,否則返回False. 參數(shù): node:要分配給設(shè)備的節(jié)點;可以是ops.Operation或者NodeDef. pin_variables_on_cpu:當(dāng)...

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

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

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

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

2414.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2411.TensorFlow函數(shù):tf.gfile.Walk

...gfile.Walk函數(shù)tf.gfile.Walk( top, in_order=True ) 定義在:tensorflow/python/lib/io/file_io.py. 目錄的遞歸目錄樹生成器. 函數(shù)參數(shù): top:字符串,一個目錄名稱 in_order:布爾值,如果為True,則按順序遍歷;如果為False,則按順序排序. 列出目錄時發(fā)生...

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

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

...must_run_on_cpu( node, pin_variables_on_cpu=False ) 定義在:tensorflow/python/framework/graph_util_impl.py. 如果給定的node_def必須在CPU上運行,則返回True,否則返回False. 參數(shù): node:要分配給設(shè)備的節(jié)點;可以是ops.Operation或者NodeDef. pin_variables_on_cpu:當(dāng)...

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

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

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

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

2414.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

w3cschool 建議您:

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

熱門課程