Hi,
After building TF-2.0 from source, I get the following error when I want to train the speech_commands example
$ python tensorflow/examples/speech_commands/train.py
Traceback (most recent call last):
File "tensorflow/examples/speech_commands/train.py", line 81, in <module>
import input_data
File "/opt/cactus/tf/tensorflow-2.0.0/tensorflow/examples/speech_commands/input_data.py", line 35, in <module>
from tensorflow.contrib.framework.python.ops import audio_ops as contrib_audio
ImportError: No module named contrib.framework.python.ops
Any idea for fixing that?