adanet icon indicating copy to clipboard operation
adanet copied to clipboard

How to use trained models on test data?

Open AAbusnina opened this issue 6 years ago • 2 comments

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 avatar Mar 22 '19 07:03 AAbusnina

@AAbusnina Please refer to #83

Smallyolk2024 avatar Mar 22 '19 10:03 Smallyolk2024

You can try seeing this StackOverflow post for exporting a SavedModel for serving.

cweill avatar Mar 26 '19 01:03 cweill