Mastering TensorFlow 1.x
上QQ阅读APP看书,第一时间看更新

Creating the TFLearn Model

 Create the model from the net created in the previous step (step 4 in creating the TFLearn layers section):

model = tflearn.DNN(net)