adanet
adanet copied to clipboard
How to use trained models on test data?
The toturial show only how to train, can you please point out how to use the model to do prediction on test data? and how to export the model for larer use?
@AAbusnina Please refer to #83
You can try seeing this StackOverflow post for exporting a SavedModel for serving.