aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/signal
diff options
context:
space:
mode:
authorGravatar Neal Wu <wun@google.com>2017-09-22 18:18:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-22 18:22:11 -0700
commit1b94147dc9793e63389d2099672351954fa2c326 (patch)
tree833633f9d356813172eab1b3fa08ec9204fb421a /tensorflow/contrib/signal
parentb1ada5f0c7047ac0f20ee8666d07c5853f8fd974 (diff)
Fix broken GitHub links in tensorflow and tensorflow_models resulting from The Great Models Move (a.k.a. the research subfolder)
PiperOrigin-RevId: 169763373
Diffstat (limited to 'tensorflow/contrib/signal')
-rw-r--r--tensorflow/contrib/signal/python/kernel_tests/mel_ops_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/signal/python/kernel_tests/mel_ops_test.py b/tensorflow/contrib/signal/python/kernel_tests/mel_ops_test.py
index 0448ff5bb0..f107b53f01 100644
--- a/tensorflow/contrib/signal/python/kernel_tests/mel_ops_test.py
+++ b/tensorflow/contrib/signal/python/kernel_tests/mel_ops_test.py
@@ -33,7 +33,7 @@ def hertz_to_mel(frequencies_hertz):
"""Convert frequencies to mel scale using HTK formula.
Copied from
- https://github.com/tensorflow/models/blob/master/audioset/mel_features.py.
+ https://github.com/tensorflow/models/blob/master/research/audioset/mel_features.py.
Args:
frequencies_hertz: Scalar or np.array of frequencies in hertz.
@@ -54,7 +54,7 @@ def spectrogram_to_mel_matrix(num_mel_bins=20,
"""Return a matrix that can post-multiply spectrogram rows to make mel.
Copied from
- https://github.com/tensorflow/models/blob/master/audioset/mel_features.py.
+ https://github.com/tensorflow/models/blob/master/research/audioset/mel_features.py.
Returns a np.array matrix A that can be used to post-multiply a matrix S of
spectrogram values (STFT magnitudes) arranged as frames x bins to generate a