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
Post a Comment