App下載

詞條

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

10921.Tomcat 安全管理

...。詳情查看 http://www.oracle.com/technetwork/java/seccodeguide-139067.html。 警告:假如去除默認(rèn)的包保護(hù),可能會造成安全漏洞。 默認(rèn)屬性文件 默認(rèn)的 $CATALINA_BASE/conf/catalina.properties 文件如下所示:# # List of comma-separated packages that start with o...

http://m.o2fo.com/tomcat/3tb71k9b.html

10922.PyTorch NLP From Scratch: 使用char-RNN對姓氏進(jìn)行分類

...ttps://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html 作者: Sean Robertson 我們將構(gòu)建和訓(xùn)練基本的字符級 RNN 對單詞進(jìn)行分類。 本教程與以下兩個教程一起,展示了如何“從頭開始”進(jìn)行 NLP 建模的預(yù)處理數(shù)據(jù),特別是不...

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

10923.PyTorch 強化學(xué)習(xí)(DQN)教程

...文: https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html作者 ?。?Adam Paszke翻譯校驗: Dynmi Wang本教程介紹了如何使用 PyTorch 在 OpenAI Gym 上的 CartPole-v0 任務(wù)上訓(xùn)練深度 Q-learning(DQN)智能體。任務(wù)智能體必須在兩個動作之間做...

http://m.o2fo.com/pytorch/pytorch-1zvj3bpn.html

10924.語法

...(包括類和模塊)和構(gòu)造器 (比如?Array()?或者?Nokogiri::HTML())。永遠(yuǎn)不要使用?::?來調(diào)用方法。 # 差 SomeClass::some_method some_object::some_method # 好 SomeClass.some_method some_object.some_method SomeModule::SomeClass::SOME_CONST SomeModule::SomeClass() 使用?de...

http://m.o2fo.com/xybltu/7gef2ozt.html

10925.Angular 教程:為英雄之旅添加路由支持-里程碑 6:異步路由

...selector: 'app-admin-dashboard', templateUrl: './admin-dashboard.component.html', styleUrls: ['./admin-dashboard.component.css'] }) export class AdminDashboardComponent implements OnInit { sessionId!: Observable<string>; token!: Observable<string>; modules: string[] = []; constructor( pr...

http://m.o2fo.com/angular13/angular13-75zq3p1x.html

10926.[譯]Boost.Asio - 進(jìn)階話題

...(host)); sock.handshake(ssl_socket::client); std::string req = "GET /index.html HTTP/1.0\r\nHost: " + host + "\r\nAccept: */*\r\nConnection: close\r\n\r\n"; write(sock, buffer(req.c_str(), req.length())); char buff[512]; boost::system::error_code ec; while ( !ec) { int bytes = read(sock, buffer(buff...

http://m.o2fo.com/nlzbw/nlzbw-rs6a25yc.html

10927.Android 使用HTTPS與SSL

....net - 原文: http://developer.android.com/training/articles/security-ssl.htmlSSL,安全套接層(TSL),是一個常見的用來加密客戶端和服務(wù)器通信的模塊。 但是應(yīng)用程序錯誤地使用SSL可能會導(dǎo)致應(yīng)用程序的數(shù)據(jù)在網(wǎng)絡(luò)中被惡意攻擊者攔截。為了確...

http://m.o2fo.com/android_training_course/android_training_course-jhnb27m0.html

10928.PyTorch torch.cuda

... 原文: [PyTorch torch.cuda_blank](https://pytorch.org/docs/stable/cuda.html) 該軟件包增加了對 CUDA 張量類型的支持,該類型實現(xiàn)與 CPU 張量相同的功能,但是它們利用 GPU 進(jìn)行計算。 它是延遲初始化的,因此您始終可以導(dǎo)入它,并使用 `is_avail...

http://m.o2fo.com/pytorch/pytorch-15zb3bwj.html

10929.Go 語言 Channels

原文鏈接:https://gopl-zh.github.io/ch8/ch8-04.html 8.4. Channels 如果說goroutine是Go語言程序的并發(fā)體的話,那么channels則是它們之間的通信機(jī)制。一個channel是一個通信機(jī)制,它可以讓一個goroutine通過它給另一個goroutine發(fā)送值信息。每個chann...

http://m.o2fo.com/xhaqg/xhaqg-5azn3pn1.html

10930.PyTorch torch腳本

... 原文: [PyTorch torch腳本_blank](https://pytorch.org/docs/stable/jit.html) TorchScript 是一種從 PyTorch 代碼創(chuàng)建可序列化和可優(yōu)化模型的方法。 任何 TorchScript 程序都可以從 Python 進(jìn)程中保存并加載到?jīng)]有 Python 依賴項的進(jìn)程中。 我們提供了將...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

10921.Tomcat 安全管理

...。詳情查看 http://www.oracle.com/technetwork/java/seccodeguide-139067.html。 警告:假如去除默認(rèn)的包保護(hù),可能會造成安全漏洞。 默認(rèn)屬性文件 默認(rèn)的 $CATALINA_BASE/conf/catalina.properties 文件如下所示:# # List of comma-separated packages that start with o...

http://m.o2fo.com/tomcat/3tb71k9b.html

10922.PyTorch NLP From Scratch: 使用char-RNN對姓氏進(jìn)行分類

...ttps://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html 作者: Sean Robertson 我們將構(gòu)建和訓(xùn)練基本的字符級 RNN 對單詞進(jìn)行分類。 本教程與以下兩個教程一起,展示了如何“從頭開始”進(jìn)行 NLP 建模的預(yù)處理數(shù)據(jù),特別是不...

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

10923.PyTorch 強化學(xué)習(xí)(DQN)教程

...文: https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html作者  : Adam Paszke翻譯校驗: Dynmi Wang本教程介紹了如何使用 PyTorch 在 OpenAI Gym 上的 CartPole-v0 任務(wù)上訓(xùn)練深度 Q-learning(DQN)智能體。任務(wù)智能體必須在兩個動作之間做...

http://m.o2fo.com/pytorch/pytorch-1zvj3bpn.html

10924.語法

...(包括類和模塊)和構(gòu)造器 (比如?Array()?或者?Nokogiri::HTML())。永遠(yuǎn)不要使用?::?來調(diào)用方法。 # 差 SomeClass::some_method some_object::some_method # 好 SomeClass.some_method some_object.some_method SomeModule::SomeClass::SOME_CONST SomeModule::SomeClass() 使用?de...

http://m.o2fo.com/xybltu/7gef2ozt.html

10925.Angular 教程:為英雄之旅添加路由支持-里程碑 6:異步路由

...selector: 'app-admin-dashboard', templateUrl: './admin-dashboard.component.html', styleUrls: ['./admin-dashboard.component.css'] }) export class AdminDashboardComponent implements OnInit { sessionId!: Observable<string>; token!: Observable<string>; modules: string[] = []; constructor( pr...

http://m.o2fo.com/angular13/angular13-75zq3p1x.html

10926.[譯]Boost.Asio - 進(jìn)階話題

...(host)); sock.handshake(ssl_socket::client); std::string req = "GET /index.html HTTP/1.0\r\nHost: " + host + "\r\nAccept: */*\r\nConnection: close\r\n\r\n"; write(sock, buffer(req.c_str(), req.length())); char buff[512]; boost::system::error_code ec; while ( !ec) { int bytes = read(sock, buffer(buff...

http://m.o2fo.com/nlzbw/nlzbw-rs6a25yc.html

10927.Android 使用HTTPS與SSL

....net - 原文: http://developer.android.com/training/articles/security-ssl.htmlSSL,安全套接層(TSL),是一個常見的用來加密客戶端和服務(wù)器通信的模塊。 但是應(yīng)用程序錯誤地使用SSL可能會導(dǎo)致應(yīng)用程序的數(shù)據(jù)在網(wǎng)絡(luò)中被惡意攻擊者攔截。為了確...

http://m.o2fo.com/android_training_course/android_training_course-jhnb27m0.html

10928.PyTorch torch.cuda

... 原文: [PyTorch torch.cuda_blank](https://pytorch.org/docs/stable/cuda.html) 該軟件包增加了對 CUDA 張量類型的支持,該類型實現(xiàn)與 CPU 張量相同的功能,但是它們利用 GPU 進(jìn)行計算。 它是延遲初始化的,因此您始終可以導(dǎo)入它,并使用 `is_avail...

http://m.o2fo.com/pytorch/pytorch-15zb3bwj.html

10929.Go 語言 Channels

原文鏈接:https://gopl-zh.github.io/ch8/ch8-04.html 8.4. Channels 如果說goroutine是Go語言程序的并發(fā)體的話,那么channels則是它們之間的通信機(jī)制。一個channel是一個通信機(jī)制,它可以讓一個goroutine通過它給另一個goroutine發(fā)送值信息。每個chann...

http://m.o2fo.com/xhaqg/xhaqg-5azn3pn1.html

10930.PyTorch torch腳本

... 原文: [PyTorch torch腳本_blank](https://pytorch.org/docs/stable/jit.html) TorchScript 是一種從 PyTorch 代碼創(chuàng)建可序列化和可優(yōu)化模型的方法。 任何 TorchScript 程序都可以從 Python 進(jìn)程中保存并加載到?jīng)]有 Python 依賴項的進(jìn)程中。 我們提供了將...

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

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

w3cschool 建議您:

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

熱門課程