App下載

詞條

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

1231.PyTorch 訓練分類器

...,當必須處理圖像、文本、音頻或視頻數(shù)據(jù)時,可以使用python標準庫將數(shù)據(jù)加載到numpy數(shù)組里。然后將這個數(shù)組轉(zhuǎn)化成`torch.*Tensor`。 * 對于圖片,有 Pillow,OpenCV 等包可以使用 * 對于音頻,有 scipy 和 librosa 等包可以使用 * 對于文...

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

1232.創(chuàng)建CrossApp工程

...的解壓目錄下CrossApp/tools/project-creator中有一個創(chuàng)建工程的Python腳本,我們使用create_project.py來創(chuàng)建工程。因此在Windows下要求安裝Python環(huán)境,用于運行create_project.py腳本Python的安裝過程很簡單,需要注意的是,在安裝完成后,需要...

http://m.o2fo.com/crossapp/hpuv1pvr.html

1233.web.py 開始

web.py 是一個輕量級 Python web 框架,它簡單而且功能強大。 你知道Python同時你希望制作一個網(wǎng)站。 那么 web.py 正好提供了一種簡單的方法。 如果你希望讀完整個指南, 你需要安裝 Python, web.py, flup, psycopg2, 和Postgres (或者等價的數(shù)...

http://m.o2fo.com/rrhwebpy/rrhwebpy-8ovj329q.html

1234.AI人工智能 口語詞的識別

...識別意味著當人們說話時,機器就會理解它。 這里使用 Python 中的 Google Speech API 來實現(xiàn)它。 需要為此安裝以下軟件包 - - Pyaudio - 它可以通過使用 pip 安裝 Pyaudio 命令進行安裝。 - SpeechRecognition - 這個軟件包可以通過使用 `pip instal...

http://m.o2fo.com/artificial_intelligence/artificial_intelligence-g8hf3cct.html

1235.scrapy 2.3 安裝教程

支持的 Python 版本 Scrapy 需要 Python 3.6+,C Python 實現(xiàn)(默認)或 pypy7.2.0+ 實現(xiàn)(請參見 Alternate Implementations ) 安裝 Scrapy 如果你在用 Anaconda 或 Miniconda ,您可以從 conda-forge 頻道,它有針對 Linux、Windows 和 macOS 的最新軟件包。 使用...

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

1236.selenium2 安裝包下載

你可以從這里 下載 Python 的 Selenium 安裝包,但是更好的辦法是用??pip??來安裝。 ?Python3.4 ?的標準庫里就有現(xiàn)成的 ??pip? ?工具,可以用??pip??安裝 Selenium: ?pip install selenium?? 你可能會想用虛擬機來安裝一個...

http://m.o2fo.com/selenium2/selenium2-52lc3g7e.html

1237.簡單的使用

如果你已經(jīng)安裝好 Python 和 Selenium,可以這樣開始使用:from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.Firefox() driver.get("http://www.python.org") assert "Python" in driver.title elem = driver.find_element_by_name("q") elem.send_...

http://m.o2fo.com/selenium2/selenium2-e1xt3g7s.html

1238.使用selenium測試

...例,它本身的包不提供測試的工具或者框架。我們可以用Python的單元測試模塊來編寫測試用例。其他工具/框架也可以選擇? py.test?或者?nose ?。 在本章節(jié)我們使用?unittest?做框架,下面是一個用?unittest?模塊改進后的例...

http://m.o2fo.com/selenium2/selenium2-n4dz3g7u.html

1239.測試案例

下面這個測試案例測試了在python.org網(wǎng)頁上搜索一個單詞并確認有相應的搜索結(jié)果:import unittest from selenium import webdriver import page class PythonOrgSearch(unittest.TestCase): """一個簡單展示頁面對象如何工作的類""" def setUp(self): self.driver = webd...

http://m.o2fo.com/selenium2/selenium2-hj2u3geg.html

1240.Pillow 移植

將現(xiàn)有的基于 PIL 的代碼移植到 PillowPillow 是 Python Imaging Library 的功能性替代品。PIL僅適用于Python 2。Pillow 在 Pillow 7.0 中放棄了對 Python 2 的支持。因此,如果您想運行最新版本的 Pillow,您首先需要將代碼從 Python 2 移植到 3。要使...

http://m.o2fo.com/pillow_course/pillow_course-d6si3irw.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1231.PyTorch 訓練分類器

...,當必須處理圖像、文本、音頻或視頻數(shù)據(jù)時,可以使用python標準庫將數(shù)據(jù)加載到numpy數(shù)組里。然后將這個數(shù)組轉(zhuǎn)化成`torch.*Tensor`。 * 對于圖片,有 Pillow,OpenCV 等包可以使用 * 對于音頻,有 scipy 和 librosa 等包可以使用 * 對于文...

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

1232.創(chuàng)建CrossApp工程

...的解壓目錄下CrossApp/tools/project-creator中有一個創(chuàng)建工程的Python腳本,我們使用create_project.py來創(chuàng)建工程。因此在Windows下要求安裝Python環(huán)境,用于運行create_project.py腳本Python的安裝過程很簡單,需要注意的是,在安裝完成后,需要...

http://m.o2fo.com/crossapp/hpuv1pvr.html

1233.web.py 開始

web.py 是一個輕量級 Python web 框架,它簡單而且功能強大。 你知道Python同時你希望制作一個網(wǎng)站。 那么 web.py 正好提供了一種簡單的方法。 如果你希望讀完整個指南, 你需要安裝 Python, web.py, flup, psycopg2, 和Postgres (或者等價的數(shù)...

http://m.o2fo.com/rrhwebpy/rrhwebpy-8ovj329q.html

1234.AI人工智能 口語詞的識別

...識別意味著當人們說話時,機器就會理解它。 這里使用 Python 中的 Google Speech API 來實現(xiàn)它。 需要為此安裝以下軟件包 - - Pyaudio - 它可以通過使用 pip 安裝 Pyaudio 命令進行安裝。 - SpeechRecognition - 這個軟件包可以通過使用 `pip instal...

http://m.o2fo.com/artificial_intelligence/artificial_intelligence-g8hf3cct.html

1235.scrapy 2.3 安裝教程

支持的 Python 版本 Scrapy 需要 Python 3.6+,C Python 實現(xiàn)(默認)或 pypy7.2.0+ 實現(xiàn)(請參見 Alternate Implementations ) 安裝 Scrapy 如果你在用 Anaconda 或 Miniconda ,您可以從 conda-forge 頻道,它有針對 Linux、Windows 和 macOS 的最新軟件包。 使用...

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

1236.selenium2 安裝包下載

你可以從這里 下載 Python 的 Selenium 安裝包,但是更好的辦法是用??pip??來安裝。 ?Python3.4 ?的標準庫里就有現(xiàn)成的 ??pip? ?工具,可以用??pip??安裝 Selenium: ?pip install selenium?? 你可能會想用虛擬機來安裝一個...

http://m.o2fo.com/selenium2/selenium2-52lc3g7e.html

1237.簡單的使用

如果你已經(jīng)安裝好 Python 和 Selenium,可以這樣開始使用:from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.Firefox() driver.get("http://www.python.org") assert "Python" in driver.title elem = driver.find_element_by_name("q") elem.send_...

http://m.o2fo.com/selenium2/selenium2-e1xt3g7s.html

1238.使用selenium測試

...例,它本身的包不提供測試的工具或者框架。我們可以用Python的單元測試模塊來編寫測試用例。其他工具/框架也可以選擇? py.test?或者?nose ?。 在本章節(jié)我們使用?unittest?做框架,下面是一個用?unittest?模塊改進后的例...

http://m.o2fo.com/selenium2/selenium2-n4dz3g7u.html

1239.測試案例

下面這個測試案例測試了在python.org網(wǎng)頁上搜索一個單詞并確認有相應的搜索結(jié)果:import unittest from selenium import webdriver import page class PythonOrgSearch(unittest.TestCase): """一個簡單展示頁面對象如何工作的類""" def setUp(self): self.driver = webd...

http://m.o2fo.com/selenium2/selenium2-hj2u3geg.html

1240.Pillow 移植

將現(xiàn)有的基于 PIL 的代碼移植到 PillowPillow 是 Python Imaging Library 的功能性替代品。PIL僅適用于Python 2。Pillow 在 Pillow 7.0 中放棄了對 Python 2 的支持。因此,如果您想運行最新版本的 Pillow,您首先需要將代碼從 Python 2 移植到 3。要使...

http://m.o2fo.com/pillow_course/pillow_course-d6si3irw.html

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

w3cschool 建議您:

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

熱門課程