-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in ... notebooks/2_BasicModels/kmeans.ipynb #220
Comments
It works for me after following modification. It's based on https://www.tensorflow.org/api_docs/python/tf/contrib/factorization/KMeans. It seems Tensorflow 1.4.1 returns a tuple with 7 elements. (all_scores, cluster_idx, scores, cluster_centers_initialized, cluster_centers_var, init_op,
train_op) = kmeans.training_graph() |
for me
It is fixed in the python files, but not the notebooks: https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/2_BasicModels/kmeans.py It sounds like a good time to introduce an |
@filipre which Tensorflow version do you have ? |
submitted fix here |
This line gives
The rest of the cells gives errors as well...
The text was updated successfully, but these errors were encountered: