Open
Description
When I executed, the audio_clustering.py script, I got the following error:
FailedPreconditionError (see above for traceback): Attempting to use uninitialized value matching_filenames
[[Node: matching_filenames/read = IdentityT=DT_STRING, _class=["loc:@matching_filenames"], _device="/job:localhost/replica:0/task:0/cpu:0"]]
To solve this, I had to make the following changes:
- I had to initialize the local variables using tf.local_variables_initializer()
- Then I had to install/downgrade to numpy 1.11.0 using sudo pip install -U numpy==1.11.0
Maybe you can keep this note in your codes as well.
Metadata
Metadata
Assignees
Labels
No labels