App下載

詞條

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

3221.NumPy 索引

...個元素索引是人們所期望的。它的工作方式與其他標準 Python 序列完全一樣。它是基于 0 的,并接受從數(shù)組末尾開始索引的負索引。 ``` >>> x = np.arange(10) >>> x[2] 2 >>> x[-2] 8 ``` 與列表和元組不同,NumPy 數(shù)組支持...

http://www.o2fo.com/numpy_ln/numpy_ln-kdqe3kj3.html

3222.Flask Version 0.3至Version 0.6

...w TESTING flag. Version 0.5 Flask 0.5 is the first release that comes as a Python package instead of a single module. There were a couple of internal refactoring so if you depend on undocumented internal details you probably have to adapt the imports. The following changes may be relevant to your ap...

http://www.o2fo.com/flask_1/flask_1-u6ko3j4h.html

3223.TensorFlow函數(shù):tf.image.sample_distorted_bounding_box

...ne, use_image_if_no_bounding_boxes=None, name=None )定義在:tensorflow/python/ops/image_ops_impl.py.請參閱指南:圖像操作>圖像使用邊框為圖像生成一個隨機扭曲的邊界框.在圖像識別或?qū)ο蠖ㄎ蝗蝿罩?除了ground-truth標簽外,通常還會提供邊界框注...

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

3224.11.12 理解事件驅(qū)動的IO

...oop(handlers) To test this code, you can try connecting to it from another Python interpreter: >>> from socket import * >>> s = socket(AF_INET, SOCK_DGRAM) >>> s.sendto(b'',('localhost',14000)) 0 >>> s.recvfrom(128) (b'Tue Sep 18 14:29:23 2012', ('127.0.0.1', 1400...

http://www.o2fo.com/youshq/nf7c9ozt.html

3225.TensorFlow變量函數(shù):tf.make_template

... unique_name_=None, custom_getter_=None, **kwargs ) 定義在:tensorflow/python/ops/template.py 參見指南:變量>共享變量 給定一個任意函數(shù),將其包裝,以便它進行變量共享. 這將 func_ 在模板中進行包裝,并對其進行部分評估.模板是在第一次被調(diào)用...

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

3226.在TensorFlow中創(chuàng)建一個BigQueryReader

...dertf.contrib.cloud.BigQueryReader 類定義在:tensorflow/contrib/cloud/python/ops/bigquery_reader_ops.py.一個從 BigQuery 表輸出鍵和 tf.Example 值的讀取器.使用示例:# Assume a BigQuery has the following schema,# name STRING,# age INT,# state STRING# Cr...

http://www.o2fo.com/tensorflow_python/tensorflow_python-9hat2cby.html

3227.TensorFlow函數(shù)教程:tf.nn.convolution

...e, dilation_rate=None, name=None, data_format=None )定義在:tensorflow/python/ops/nn_ops.py.請參閱指南:神經(jīng)網(wǎng)絡>卷積運算計算ND卷積的總和(實際上是互相關).這也支持通過可選的strides參數(shù)進行輸出跨步或者通過可選的dilation_rate參數(shù)(也稱為帶...

http://www.o2fo.com/tensorflow_python/tf_nn_convolution.html

3228.PyTorch (實驗)BERT 上的動態(tài)量化

... 導入必要的模塊 在這一步中,我們將導入本教程所需的 Python 模塊。 ``` from __future__ import absolute_import, division, print_function import logging import numpy as np import os import random import sys import time import torch from argparse import Namespace from torch.uti...

http://www.o2fo.com/pytorch/pytorch-wcjv3bz7.html

3229.Tornado 通用utilities

...nado.util.timedelta_to_seconds(td)等同于 ?td.total_seconds()?(在 Python 2.7 中引入)。

http://www.o2fo.com/pytornado/pytornado-9luo3lwp.html

3230.TypeScript 類

...ing..."); super.move(distanceInMeters); } } let sam = new Snake("Sammy the Python"); let tom: Animal = new Horse("Tommy the Palomino"); sam.move(); tom.move(34); 這個例子展示了TypeScript中繼承的一些特征,它們與其它語言類似。 我們使用 extends關鍵字來創(chuàng)建子類。...

http://www.o2fo.com/typescript/typescript-class.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關的教程

w3cschool 建議您:

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

3221.NumPy 索引

...個元素索引是人們所期望的。它的工作方式與其他標準 Python 序列完全一樣。它是基于 0 的,并接受從數(shù)組末尾開始索引的負索引。 ``` >>> x = np.arange(10) >>> x[2] 2 >>> x[-2] 8 ``` 與列表和元組不同,NumPy 數(shù)組支持...

http://www.o2fo.com/numpy_ln/numpy_ln-kdqe3kj3.html

3222.Flask Version 0.3至Version 0.6

...w TESTING flag. Version 0.5 Flask 0.5 is the first release that comes as a Python package instead of a single module. There were a couple of internal refactoring so if you depend on undocumented internal details you probably have to adapt the imports. The following changes may be relevant to your ap...

http://www.o2fo.com/flask_1/flask_1-u6ko3j4h.html

3223.TensorFlow函數(shù):tf.image.sample_distorted_bounding_box

...ne, use_image_if_no_bounding_boxes=None, name=None )定義在:tensorflow/python/ops/image_ops_impl.py.請參閱指南:圖像操作>圖像使用邊框為圖像生成一個隨機扭曲的邊界框.在圖像識別或?qū)ο蠖ㄎ蝗蝿罩?除了ground-truth標簽外,通常還會提供邊界框注...

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

3224.11.12 理解事件驅(qū)動的IO

...oop(handlers) To test this code, you can try connecting to it from another Python interpreter: >>> from socket import * >>> s = socket(AF_INET, SOCK_DGRAM) >>> s.sendto(b'',('localhost',14000)) 0 >>> s.recvfrom(128) (b'Tue Sep 18 14:29:23 2012', ('127.0.0.1', 1400...

http://www.o2fo.com/youshq/nf7c9ozt.html

3225.TensorFlow變量函數(shù):tf.make_template

... unique_name_=None, custom_getter_=None, **kwargs ) 定義在:tensorflow/python/ops/template.py 參見指南:變量>共享變量 給定一個任意函數(shù),將其包裝,以便它進行變量共享. 這將 func_ 在模板中進行包裝,并對其進行部分評估.模板是在第一次被調(diào)用...

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

3226.在TensorFlow中創(chuàng)建一個BigQueryReader

...dertf.contrib.cloud.BigQueryReader 類定義在:tensorflow/contrib/cloud/python/ops/bigquery_reader_ops.py.一個從 BigQuery 表輸出鍵和 tf.Example 值的讀取器.使用示例:# Assume a BigQuery has the following schema,# name STRING,# age INT,# state STRING# Cr...

http://www.o2fo.com/tensorflow_python/tensorflow_python-9hat2cby.html

3227.TensorFlow函數(shù)教程:tf.nn.convolution

...e, dilation_rate=None, name=None, data_format=None )定義在:tensorflow/python/ops/nn_ops.py.請參閱指南:神經(jīng)網(wǎng)絡>卷積運算計算ND卷積的總和(實際上是互相關).這也支持通過可選的strides參數(shù)進行輸出跨步或者通過可選的dilation_rate參數(shù)(也稱為帶...

http://www.o2fo.com/tensorflow_python/tf_nn_convolution.html

3228.PyTorch (實驗)BERT 上的動態(tài)量化

... 導入必要的模塊 在這一步中,我們將導入本教程所需的 Python 模塊。 ``` from __future__ import absolute_import, division, print_function import logging import numpy as np import os import random import sys import time import torch from argparse import Namespace from torch.uti...

http://www.o2fo.com/pytorch/pytorch-wcjv3bz7.html

3229.Tornado 通用utilities

...nado.util.timedelta_to_seconds(td)等同于 ?td.total_seconds()?(在 Python 2.7 中引入)。

http://www.o2fo.com/pytornado/pytornado-9luo3lwp.html

3230.TypeScript 類

...ing..."); super.move(distanceInMeters); } } let sam = new Snake("Sammy the Python"); let tom: Animal = new Horse("Tommy the Palomino"); sam.move(); tom.move(34); 這個例子展示了TypeScript中繼承的一些特征,它們與其它語言類似。 我們使用 extends關鍵字來創(chuàng)建子類。...

http://www.o2fo.com/typescript/typescript-class.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

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

熱門課程