We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ce93c commit 691c76aCopy full SHA for 691c76a
setup.py
@@ -22,7 +22,7 @@
22
# TODO(@dathudeptrai) update requirement if needed.
23
requirements = {
24
"install": [
25
- # "tensorflow-gpu==2.6.0",
+ "tensorflow-gpu==2.7.0",
26
"tensorflow-addons>=0.10.0",
27
"setuptools>=38.5.1",
28
"huggingface_hub==0.0.8",
tensorflow_tts/processor/jsut.py
@@ -12,7 +12,7 @@
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
-"""Perform preprocessing and raw feature extraction for LJSpeech dataset."""
+"""Perform preprocessing and raw feature extraction for JSUT dataset."""
16
17
import os
18
import re
0 commit comments