App下載

詞條

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

2191.GitBook Markdown

...高亮。```javascript var s = "JavaScript語法高亮"; alert(s); ``` ```python s = "Python語法高亮" print s ``` ``` 沒有指明語言,所有沒有語法高亮。 讓我們隨便寫個(gè)標(biāo)簽試試 <b>tag</b> ``` 表格 表格不是 Markdown 規(guī)范的核心部分,但是它是 GF...

http://o2fo.com/gitbook/gitbook-qiwl3evm.html

2192.TensorFlow定義文件:定義flite op提示

本節(jié)提供了tf.lite.OpHint函數(shù)的幫助文件:tensorflow/lite/python/op_hint.py# Copyright 2017 The TensorFlow Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a ...

http://o2fo.com/tensorflow_python/lite_python_op_hint.html

2193.PyTorch 命名張量

... >>> named_tensor.align_to('F', 'E', ...) # Use '...' instead in Python 2 ``` 使用 `flatten()` 和 `unflatten()` 分別展平和展平尺寸。 這些方法比 `view()` 和 `reshape()` 更冗長(zhǎng),但對(duì)于閱讀代碼的人來說,語義更有意義。 ``` >>> imgs = torch.ran...

http://o2fo.com/pytorch/pytorch-w4zc3bxr.html

2194.PyTorch是什么?

...) 作者: [Soumith Chintala](http://soumith.ch/) PyTorch 是一個(gè)基于 python 的科學(xué)計(jì)算包,主要針對(duì)兩類人群: - 作為 NumPy 的替代品,可以利用 GPU 的性能進(jìn)行計(jì)算 - 作為一個(gè)高靈活性,速度快的深度學(xué)習(xí)平臺(tái) # 入門 ### 張量 `Tensor`(張量)...

http://o2fo.com/pytorch/pytorch-5ubt3bby.html

2195.Tornado 國際化支持

...ne) → None從目錄中的 CSV 文件加載翻譯。翻譯是帶有可選 Python 風(fēng)格命名占位符的字符串(例如,?my name is %(name)s?)及其相關(guān)的翻譯。該目錄應(yīng)具有 ?LOCALE.csv? 格式的翻譯文件,例如 ?es_GT.csv?。 CSV 文件應(yīng)該有兩列或三列...

http://o2fo.com/pytornado/pytornado-2vb73lvs.html

2196.Tornado 各種網(wǎng)絡(luò)應(yīng)用程序

...非阻塞解析器實(shí)現(xiàn)。需要安裝 ?concurrent.futures? 包(自 Python 3.2 起在標(biāo)準(zhǔn)庫中可用,可在舊版本中使用 ?pip install futures? 安裝)。線程池大小可以配置為:Resolver.configure('tornado.netutil.ThreadedResolver', num_threads=10)在 3.1 版更改: ...

http://o2fo.com/pytornado/pytornado-1jql3lw5.html

2197.TensorFlow函數(shù):get_collection

...tf.get_collectionget_collection( key, scope=None ) 定義在:tensorflow/python/framework/ops.py. 參見指南:構(gòu)建圖>圖形集合 使用默認(rèn)圖形來包裝 Graph.get_collection(). 參數(shù): key:收集的關(guān)鍵.例如,GraphKeys 類包含許多集合的標(biāo)準(zhǔn)名稱. scope:(可選)如...

http://o2fo.com/tensorflow_python/tensorflow_python-zn8e2euz.html

2198.JavaScript 簡(jiǎn)介

...也可以被編譯成 JavaScript。由 Google 開發(fā)。Brython 是一個(gè) Python 到 JavaScript 的轉(zhuǎn)譯器,讓我們可以在不使用 JavaScript 的情況下,以純 Python 編寫應(yīng)用程序。Kotlin 是一個(gè)現(xiàn)代、簡(jiǎn)潔且安全的編程語言,編寫出的應(yīng)用程序可以在瀏覽器...

http://o2fo.com/qoyhx/qoyhx-uqvo3q49.html

2199.pytest 測(cè)試輸出和結(jié)果-管理日志記錄

...的日志記錄打印到控制臺(tái)的日志記錄級(jí)別。 此設(shè)置接受 python 文檔中看到的日志記錄級(jí)別名稱或整數(shù)作為日志記錄級(jí)別 ?num?。此外,您還可以指定 ?--log-cli-format? 和 ?--log-cli-date-format? 鏡像并默認(rèn)為 ?--log-format? 和 ?--l...

http://o2fo.com/pytest/pytest-rv8c3mck.html

2200.Ansible 用 Roles 部署 LNMP 網(wǎng)頁應(yīng)用程式(下)

...Installing multiple roles from a file | Ansible Documentation 一文。在 Python 的世界里,我們可借由 requirements.txt 批次下載 pip 套件,而在 Ansible 的世界里則是 requirements.yml。$ ansible-galaxy install -f -p roles -r requirements.yml 使用 Vagrant 建立開發(fā)環(huán)境...

http://o2fo.com/automate_with_ansible/automate_with_ansible-fwp327pm.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2191.GitBook Markdown

...高亮。```javascript var s = "JavaScript語法高亮"; alert(s); ``` ```python s = "Python語法高亮" print s ``` ``` 沒有指明語言,所有沒有語法高亮。 讓我們隨便寫個(gè)標(biāo)簽試試 <b>tag</b> ``` 表格 表格不是 Markdown 規(guī)范的核心部分,但是它是 GF...

http://o2fo.com/gitbook/gitbook-qiwl3evm.html

2192.TensorFlow定義文件:定義flite op提示

本節(jié)提供了tf.lite.OpHint函數(shù)的幫助文件:tensorflow/lite/python/op_hint.py# Copyright 2017 The TensorFlow Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a ...

http://o2fo.com/tensorflow_python/lite_python_op_hint.html

2193.PyTorch 命名張量

... >>> named_tensor.align_to('F', 'E', ...) # Use '...' instead in Python 2 ``` 使用 `flatten()` 和 `unflatten()` 分別展平和展平尺寸。 這些方法比 `view()` 和 `reshape()` 更冗長(zhǎng),但對(duì)于閱讀代碼的人來說,語義更有意義。 ``` >>> imgs = torch.ran...

http://o2fo.com/pytorch/pytorch-w4zc3bxr.html

2194.PyTorch是什么?

...) 作者: [Soumith Chintala](http://soumith.ch/) PyTorch 是一個(gè)基于 python 的科學(xué)計(jì)算包,主要針對(duì)兩類人群: - 作為 NumPy 的替代品,可以利用 GPU 的性能進(jìn)行計(jì)算 - 作為一個(gè)高靈活性,速度快的深度學(xué)習(xí)平臺(tái) # 入門 ### 張量 `Tensor`(張量)...

http://o2fo.com/pytorch/pytorch-5ubt3bby.html

2195.Tornado 國際化支持

...ne) → None從目錄中的 CSV 文件加載翻譯。翻譯是帶有可選 Python 風(fēng)格命名占位符的字符串(例如,?my name is %(name)s?)及其相關(guān)的翻譯。該目錄應(yīng)具有 ?LOCALE.csv? 格式的翻譯文件,例如 ?es_GT.csv?。 CSV 文件應(yīng)該有兩列或三列...

http://o2fo.com/pytornado/pytornado-2vb73lvs.html

2196.Tornado 各種網(wǎng)絡(luò)應(yīng)用程序

...非阻塞解析器實(shí)現(xiàn)。需要安裝 ?concurrent.futures? 包(自 Python 3.2 起在標(biāo)準(zhǔn)庫中可用,可在舊版本中使用 ?pip install futures? 安裝)。線程池大小可以配置為:Resolver.configure('tornado.netutil.ThreadedResolver', num_threads=10)在 3.1 版更改: ...

http://o2fo.com/pytornado/pytornado-1jql3lw5.html

2197.TensorFlow函數(shù):get_collection

...tf.get_collectionget_collection( key, scope=None ) 定義在:tensorflow/python/framework/ops.py. 參見指南:構(gòu)建圖>圖形集合 使用默認(rèn)圖形來包裝 Graph.get_collection(). 參數(shù): key:收集的關(guān)鍵.例如,GraphKeys 類包含許多集合的標(biāo)準(zhǔn)名稱. scope:(可選)如...

http://o2fo.com/tensorflow_python/tensorflow_python-zn8e2euz.html

2198.JavaScript 簡(jiǎn)介

...也可以被編譯成 JavaScript。由 Google 開發(fā)。Brython 是一個(gè) Python 到 JavaScript 的轉(zhuǎn)譯器,讓我們可以在不使用 JavaScript 的情況下,以純 Python 編寫應(yīng)用程序。Kotlin 是一個(gè)現(xiàn)代、簡(jiǎn)潔且安全的編程語言,編寫出的應(yīng)用程序可以在瀏覽器...

http://o2fo.com/qoyhx/qoyhx-uqvo3q49.html

2199.pytest 測(cè)試輸出和結(jié)果-管理日志記錄

...的日志記錄打印到控制臺(tái)的日志記錄級(jí)別。 此設(shè)置接受 python 文檔中看到的日志記錄級(jí)別名稱或整數(shù)作為日志記錄級(jí)別 ?num?。此外,您還可以指定 ?--log-cli-format? 和 ?--log-cli-date-format? 鏡像并默認(rèn)為 ?--log-format? 和 ?--l...

http://o2fo.com/pytest/pytest-rv8c3mck.html

2200.Ansible 用 Roles 部署 LNMP 網(wǎng)頁應(yīng)用程式(下)

...Installing multiple roles from a file | Ansible Documentation 一文。在 Python 的世界里,我們可借由 requirements.txt 批次下載 pip 套件,而在 Ansible 的世界里則是 requirements.yml。$ ansible-galaxy install -f -p roles -r requirements.yml 使用 Vagrant 建立開發(fā)環(huán)境...

http://o2fo.com/automate_with_ansible/automate_with_ansible-fwp327pm.html

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

w3cschool 建議您:

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

熱門課程