python - Getting the weights from TensorFlow's estimator.DNNClassifier -


i understand dnnclassifier trained via estimator.dnnclassifier. before trained using contrib.learn.dnnclassifier extract weights using get_variable_names(). there no such method in estimator.dnnclassifier. if contrib.learn deprecated now, how weights new estimator.dnnclassifier?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -