App下載

詞條

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

2881.pytest 測試輸出和結(jié)果-管理pytest的輸出

修改 Python 回溯打印修改回溯打印示例:pytest --showlocals # show local variables in tracebacks pytest -l # show local variables (shortcut) pytest --tb=auto # (default) 'long' tracebacks for the first and last # entry, but 'short' style for the other entries pytest --tb=lo...

http://m.o2fo.com/pytest/pytest-1s9n3mcj.html

2882.TensorFlow函數(shù):tf.losses.sparse_softmax_cross_entropy

...OSSES, reduction=Reduction.SUM_BY_NONZERO_WEIGHTS ) 定義在:tensorflow/python/ops/losses/losses_impl.py. 使用tf.nn.sparse_softmax_cross_entropy_with_logits的交叉熵(cross-entropy)loss. weights作為loss的系數(shù).如果提供了標(biāo)量,那么loss只是按給定值縮放.如果weights是形狀...

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

2883.TensorFlow定義Estimators的環(huán)境配置對象

...import six from tensorflow.core.protobuf import config_pb2 from tensorflow.python.platform import tf_logging as logging from tensorflow.python.training import server_lib from tensorflow.python.util import compat from tensorflow.python.util import compat_internal _USE_DEFAULT = object() # A list of t...

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

2884.TensorFlow函數(shù)教程:tf.nn.ctc_greedy_decoder

...der( inputs, sequence_length, merge_repeated=True ) 定義在:tensorflow/python/ops/ctc_ops.py.參見指南:神經(jīng)網(wǎng)絡(luò)>連接時間分類(CTC)對輸入中給出的logit上執(zhí)行g(shù)reedy解碼.(最佳方法)注意:無論merge_repeated的值如何,如果給定時間和批處理的最大索引...

http://m.o2fo.com/tensorflow_python/tf_nn_ctc_greedy_decoder.html

2885.PyTorch Windows 常見問題

...oarch ``` PyTorch 在 32 位系統(tǒng)上不起作用。 請使用 Windows 和 Python 64 位版本。 ### 為什么 Windows 沒有 Python 2 軟件包? 因為它不夠穩(wěn)定。 在我們正式發(fā)布之前,有一些問題需要解決。 您可以自己構(gòu)建。 ### 導(dǎo)入錯誤 ``` from torch._C impor...

http://m.o2fo.com/pytorch/pytorch-mfdy3bza.html

2886.TensorFlow函數(shù)教程:tf.keras.callbacks.EarlyStopping

...Stopping函數(shù)類 EarlyStopping繼承自: Callback定義在:tensorflow/python/keras/callbacks.py。當(dāng)監(jiān)測數(shù)量停止改善時停止訓(xùn)練。 參數(shù): monitor:要監(jiān)測的數(shù)量。 min_delta:在被監(jiān)測的數(shù)據(jù)中被認(rèn)為是提升的最小變化,即絕對變化小于min_del...

http://m.o2fo.com/tensorflow_python/tf_keras_callbacks_EarlyStopping.html

2887.TensorFlow函數(shù):tf.image.non_max_suppression

...es, max_output_size, iou_threshold=0.5, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請參閱指南:圖像操作>圖像使用邊框 以分?jǐn)?shù)降序來選擇邊界框的一個子集. 修剪與先前選擇的框重疊的高交集(IOU)的框.邊界框以[y1,x1,y2,x2]的形式...

http://m.o2fo.com/tensorflow_python/tensorflow_python-9qjv2qva.html

2888.Mojo 類型只是參數(shù)表達(dá)式

...數(shù)表達(dá)式,但類型注釋本身可以是任意表達(dá)式(就像在 Python 中一樣)。Mojo 中的類型具有特殊的元類型,允許定義類型參數(shù)算法和函數(shù)。例如,我們可以創(chuàng)建一個Array支持任意類型元素的簡化版本(通過AnyType參數(shù)):struct Array[T...

http://m.o2fo.com/mojochinese/mojo-type-is-only-a-parameter-expression.html

2889.11.2 創(chuàng)建TCP服務(wù)器

...端地址。 為了測試這個服務(wù)器,運行它并打開另外一個Python進(jìn)程連接這個服務(wù)器: >>> from socket import socket, AF_INET, SOCK_STREAM >>> s = socket(AF_INET, SOCK_STREAM) >>> s.connect(('localhost', 20000)) >>> s.send(b'Hello') 5 >&g...

http://m.o2fo.com/youshq/9aorgozt.html

2890.scrapy 2.3 可用工具命令

...unspider <spider_file.py>? 需要項目: no 運行一個包含在python文件中的spider,而不必創(chuàng)建一個項目。 示例用法:$ scrapy runspider myspider.py [ ... spider starts crawling ... ] 版本 ?Syntax: scrapy version [-v]? 需要項目: no 打印殘缺版本。如...

http://m.o2fo.com/scrapy2_3/scrapy2_3-f5y33fl4.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2881.pytest 測試輸出和結(jié)果-管理pytest的輸出

修改 Python 回溯打印修改回溯打印示例:pytest --showlocals # show local variables in tracebacks pytest -l # show local variables (shortcut) pytest --tb=auto # (default) 'long' tracebacks for the first and last # entry, but 'short' style for the other entries pytest --tb=lo...

http://m.o2fo.com/pytest/pytest-1s9n3mcj.html

2882.TensorFlow函數(shù):tf.losses.sparse_softmax_cross_entropy

...OSSES, reduction=Reduction.SUM_BY_NONZERO_WEIGHTS ) 定義在:tensorflow/python/ops/losses/losses_impl.py. 使用tf.nn.sparse_softmax_cross_entropy_with_logits的交叉熵(cross-entropy)loss. weights作為loss的系數(shù).如果提供了標(biāo)量,那么loss只是按給定值縮放.如果weights是形狀...

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

2883.TensorFlow定義Estimators的環(huán)境配置對象

...import six from tensorflow.core.protobuf import config_pb2 from tensorflow.python.platform import tf_logging as logging from tensorflow.python.training import server_lib from tensorflow.python.util import compat from tensorflow.python.util import compat_internal _USE_DEFAULT = object() # A list of t...

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

2884.TensorFlow函數(shù)教程:tf.nn.ctc_greedy_decoder

...der( inputs, sequence_length, merge_repeated=True ) 定義在:tensorflow/python/ops/ctc_ops.py.參見指南:神經(jīng)網(wǎng)絡(luò)>連接時間分類(CTC)對輸入中給出的logit上執(zhí)行g(shù)reedy解碼.(最佳方法)注意:無論merge_repeated的值如何,如果給定時間和批處理的最大索引...

http://m.o2fo.com/tensorflow_python/tf_nn_ctc_greedy_decoder.html

2885.PyTorch Windows 常見問題

...oarch ``` PyTorch 在 32 位系統(tǒng)上不起作用。 請使用 Windows 和 Python 64 位版本。 ### 為什么 Windows 沒有 Python 2 軟件包? 因為它不夠穩(wěn)定。 在我們正式發(fā)布之前,有一些問題需要解決。 您可以自己構(gòu)建。 ### 導(dǎo)入錯誤 ``` from torch._C impor...

http://m.o2fo.com/pytorch/pytorch-mfdy3bza.html

2886.TensorFlow函數(shù)教程:tf.keras.callbacks.EarlyStopping

...Stopping函數(shù)類 EarlyStopping繼承自: Callback定義在:tensorflow/python/keras/callbacks.py。當(dāng)監(jiān)測數(shù)量停止改善時停止訓(xùn)練。 參數(shù): monitor:要監(jiān)測的數(shù)量。 min_delta:在被監(jiān)測的數(shù)據(jù)中被認(rèn)為是提升的最小變化,即絕對變化小于min_del...

http://m.o2fo.com/tensorflow_python/tf_keras_callbacks_EarlyStopping.html

2887.TensorFlow函數(shù):tf.image.non_max_suppression

...es, max_output_size, iou_threshold=0.5, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請參閱指南:圖像操作>圖像使用邊框 以分?jǐn)?shù)降序來選擇邊界框的一個子集. 修剪與先前選擇的框重疊的高交集(IOU)的框.邊界框以[y1,x1,y2,x2]的形式...

http://m.o2fo.com/tensorflow_python/tensorflow_python-9qjv2qva.html

2888.Mojo 類型只是參數(shù)表達(dá)式

...數(shù)表達(dá)式,但類型注釋本身可以是任意表達(dá)式(就像在 Python 中一樣)。Mojo 中的類型具有特殊的元類型,允許定義類型參數(shù)算法和函數(shù)。例如,我們可以創(chuàng)建一個Array支持任意類型元素的簡化版本(通過AnyType參數(shù)):struct Array[T...

http://m.o2fo.com/mojochinese/mojo-type-is-only-a-parameter-expression.html

2889.11.2 創(chuàng)建TCP服務(wù)器

...端地址。 為了測試這個服務(wù)器,運行它并打開另外一個Python進(jìn)程連接這個服務(wù)器: >>> from socket import socket, AF_INET, SOCK_STREAM >>> s = socket(AF_INET, SOCK_STREAM) >>> s.connect(('localhost', 20000)) >>> s.send(b'Hello') 5 >&g...

http://m.o2fo.com/youshq/9aorgozt.html

2890.scrapy 2.3 可用工具命令

...unspider <spider_file.py>? 需要項目: no 運行一個包含在python文件中的spider,而不必創(chuàng)建一個項目。 示例用法:$ scrapy runspider myspider.py [ ... spider starts crawling ... ] 版本 ?Syntax: scrapy version [-v]? 需要項目: no 打印殘缺版本。如...

http://m.o2fo.com/scrapy2_3/scrapy2_3-f5y33fl4.html

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

w3cschool 建議您:

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

熱門課程