SeongRyeong

Results 7 comments of SeongRyeong

In Example, ``` import numpy as np from sklearn.datasets import make_classification from torch import nn import torch.nn.functional as F from skorch import NeuralNetClassifier from tune_sklearn import TuneGridSearchCV X, y =...

> May I ask for your use case specifically. Not exactly what you are asking for but we will soon have a runner (ie: able to run in python) but...

You showed me several links, but what I want is not TTS. What I'm looking for refers to the parameters that can be used when translating speech in STT.

Oh, thank you! After checking, I realized that there are some parts that need to be changed. However, what I'm curious about is how these parts are actually connected behind...