91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

TensorBoard 計算圖的可視化實現

發布時間:2020-08-28 07:42:44 來源:腳本之家 閱讀:377 作者:yichudu 欄目:開發技術

簡介

tensorflow 配套的可視化工具, 將你的計算圖畫出來.

當訓練一個巨大的網絡的時候, 計算圖既復雜又令人困惑. TensorBoard 提供了一系列的組件, 可以看到 learning rate 的變化, 看到 objective function 的變化.

tfboard 讀取 tf 運行時你記下的 events files, 來進行可視化. 這些 events files 包含了你記下的 summary data, 它是 protobuffer 格式, 并非文本文件.

推薦使用 Estimator 風格.

類與方法

在 tf.estimator 框架下, 可以直接用 tf.summary.scalar() 這樣的方法, 不必顯式地創建writer并調用writer.add_summary()

tensorflow.python.summary.writer.writer.FileWriter(SummaryToEventTransformer)

類.

__init__(self, logdir, graph=None,...)

構造函數, Creates a FileWriter and an event file.

tensorflow.python.summary.summary

模塊.

scalar(name, tensor, ..) Outputs a Summary protocol buffer containing a single scalar value.

histogram(name, values, collections=None, family=None) Adding a histogram summary makes it possible to visualize your data's distribution in TensorBoard.

image

作圖, 對于grap-scale 圖來講, 0表示全黑, 255表示全白.

api, image(name, tensor, max_outputs=3, collections=None, family=None) Outputs a Summary protocol buffer with images. images are built from tensor which must be 4-D with shape [batch_size, height, width, channels] and where channels can be:

1.1-tensor is interpreted as Grayscale.

2.3-tensor is interpreted as RGB.

3.4-tensor is interpreted as RGBA.

tensor為float: 此時, tf會內部作正規化處理, 轉換到[0,255](解析 tf_events 即可驗證), float通常對應于 softm 之后的概率, 值域為[0,1].

tensor為uint8, 保持不變, tf 不作任何內部轉換.

attention 可視化, attention 的權重會作 soft-max 處理, 通常img顯示的效果是, 一行看下來有深有淺, 顏色越白weight越大. 但有時后tf內部正規化不符合預期, 出現一行全白的情況, 穩妥起見自己轉unit類型.

打開web頁面

在命令行中 敲tensorboard --logdir=D:\tf_models\iris, 根據提示打開URL即可.

比如我的為http://yichu-amd:6006/.

效果截圖

TensorBoard 計算圖的可視化實現

圖3-1 logdir中的文件

TensorBoard 計算圖的可視化實現

圖3-2 炫酷的可視化效果

TensorBoard 計算圖的可視化實現

figure 3-3 計算圖的可視化

給出一些建議:

網絡也是分模塊,有結構的, 合理使用 scope 可以讓計算圖清晰優雅.

有些tensor來自dataset, 有些來自api中op操作的輸出, 本身沒有明確的名字, 此時用x=tf.identity(x,'name') 給tensor起名字, 便于計算圖中定位. 圖3-3 中的 memory 就是 encoder 的輸出的tensor.

以上這篇TensorBoard 計算圖的可視化實現就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

内黄县| 高尔夫| 体育| 竹山县| 且末县| 桐庐县| 普洱| 边坝县| 紫云| 宾阳县| 大埔县| 天门市| 安庆市| 商洛市| 万盛区| 体育| 新野县| 新巴尔虎右旗| 阿鲁科尔沁旗| 蓝山县| 类乌齐县| 沭阳县| 新野县| 健康| 历史| 石阡县| 巴楚县| 宁强县| 塘沽区| 隆化县| 巴青县| 象州县| 金门县| 阿拉善左旗| 明星| 柳江县| 临城县| 夹江县| 徐州市| 平塘县| 灯塔市|