Reputation: 119
I understand that using its function predict_scores
I can generate a iterator object and it can output all the predictions for the input. However, is there a way to simply get all the output?
Upvotes: 0
Views: 162
Reputation: 957
Hopefully you've solved this by now but jgm's answer below did it for me:
Printing a generator in python tensor flow
Upvotes: 1