- Mastering TensorFlow 1.x
- Armando Fandango
- 29字
- 2021-06-25 22:51:01
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)
Create the model from the net created in the previous step (step 4 in creating the TFLearn layers section):
model = tflearn.DNN(net)