TensorFlow學習之會話Sesstion()和互動會話InterativeSesstion()
今天學習tensorflow時發現除了Session()外,竟然還有個InteractiveSession()。這就讓我這個初學者又開始抓耳撓腮的想了,這兩者有什麼不同呢,還要設定兩個會話型別。現在將其兩者的差別簡單寫一下,後期根據自己的學習狀態及理解會不斷的更新。
在教學網站上看到一段對InteractiveSession()的描述語:
One major change is the use of an InteractiveSession, which allows us to run variables without needing to constantly refer to the session object (less typing!). Code blocks below are broken into different cells. If you see a break in the code, you will need to run the previous cell first. Also, if you aren’t otherwise confident, ensure all of the code in a given block is type into a cell before you run it.
不同點1、
最為主要的一句話當屬第一句:使用InteractiveSession一個主要的變化是:執行在沒有指定會話物件的情況下執行變數。這是與Session()最大的不同。
不同點2、
Session()使用with..as..後可以不使用close關閉對話,而呼叫InteractiveSession需要在最後呼叫close
相關文章
- paramiko建立可互動的ssh會話會話
- 【Tensorflow_DL_Note5】Tensorflow中計算圖、會話、feed和fetch會話
- 會話技術之Cookie會話Cookie
- 會話技術之 Session會話Session
- Python爬蟲進階之會話和CookiesPython爬蟲會話Cookie
- Laravel 第七章學習——會話管理Laravel會話
- nodejs學習08——會話控制 session cookie tokenNodeJS會話SessionCookie
- 會話管理會話
- 融雲 IM SDK 整合 — 重新整理會話介面和會話列表介面會話
- TensorFlow筆記-03-張量,計算圖,會話筆記會話
- 互動媒體日常——互動漫畫之對話方塊互動
- web前端學習教程:Cookie會話跟蹤技術Web前端Cookie會話
- MQTT-會話MQQT會話
- 資料庫會話數量過多,定期清理inactive會話資料庫會話
- securecrt保持會話不會斷掉Securecrt會話
- ?ORACLE會話超時Oracle會話
- DotNetCore會話探索篇NetCore會話
- mysql鎖與會話MySql會話
- Cassandra的Session會話Session會話
- 在 Linux 上記錄和重放終端會話活動Linux會話
- 令牌Token和會話Session原理與攻略會話Session
- 通過 Org 模式管理 Chromium 和 Firefox 會話模式Firefox會話
- Oracle阻塞會話查詢Oracle會話
- #魔術方法(會話管理)會話
- token 會話設計 (JWT)會話JWT
- 會話跟蹤技術會話
- 使用Spring Security控制會話Spring會話
- 會話層技術-cookie會話Cookie
- 會話層技術-session會話Session
- 會說話的ABAP report
- HTTPS會話過程整理HTTP會話
- 10、flask-會話-sessionFlask會話Session
- Cobaltstrike與MSF會話派生會話
- 會話控制利器 gorilla/sessions會話GoSession
- ZooKeeper 會話的祕密會話
- 對話腦屋科技王強:《互動派對》 的核心是互動,遊戲直播的機會在互動屬性的延展遊戲
- 沒想到,JDBC 驅動會偷偷修改 sql_mode 的會話值JDBCSQL會話
- 為什麼sleeping的會話會造成阻塞會話