How to use pretrained models in tensorflow estimator api?
Clash Royale CLAN TAG#URR8PPP
How to use pretrained models in tensorflow estimator api?
There are many pretrained models available online, how to include those model in the tensorflow estimator api with other layers? I want to specifically use the estimator api as it distributes the the execution of the graph in different devices automatically. How to include the pretrained model for end to end training ?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.