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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -