PacktPublishing / Predictive-Analytics-with-TensorFlow

Predictive Analytics with TensorFlow, published by Packt
MIT License
83 stars 71 forks source link

Chapter 5 / audio_clustering.py - bregman with python3 #1

Closed pallogu closed 3 years ago

pallogu commented 5 years ago

Hello,

I am trying to run audio_clustering.py with python3. However, I could not find bregman package for python3. Would you happen to have link of how to get the package?

Thanks a lot

rezacsedu commented 5 years ago

@pallogu the bregman package is not available in Python 3 so you'd try with Python 2.7+.

See more at https://github.com/bregmanstudio/BregmanToolkit.