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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -