2017-08-09 133 views
2

這可能是一個非常基本的問題...在Tensorflow中如何凍結保存的模型

但是,如何將檢查點文件轉換爲單個.pb文件。 我的目標是使用可能的C++服務模型

這些是我試圖轉換的文件。

Checkpoints

由於我使用tflearn與tensorflow一個側面說明。

編輯1: 我發現,解釋如何做到這一點的文章:https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc

的問題是,我堅持用下面的錯誤

KeyError: "The name 'Adam' refers to an Operation not in the graph." 

我該如何解決這個問題?

編輯2: 也許這會揭露一些問題。

Regression Layer

的錯誤,我得到來自迴歸層,如果我使用:sgd。 我會得到

KeyError: "The name 'SGD' refers to an Operation not in the graph." 
+0

你解決了同樣的提法。 https://github.com/tflearn/tflearn/issues/605 –

回答

相關問題