-
Notifications
You must be signed in to change notification settings - Fork 20
What is input
in the def call()?
#59
Comments
Hi, if you are referring to the input to the Synthesis Generator and DDSP Inference, the input format is the one used in training data. Please see #52 for more details. |
Thanks for replying. So If I want to input my own data, I need to transfer the format of data to tf.record? Or let's say what's the way you calculate the |
|
Got it! Thanks for replying, I appreciate it. |
Hi, I am looking inside the code. I've seen a lot of methods about
def call(self, inputs)
in your code, especially looking at this one.However, I couldn't find out what's the calculation of
inputs
, there are some clues I've found. In those codes,inputs
is respond to the data inget_fake_data_synthesis_generator
, then what are the data and units you input toget_fake_data_synthesis_generator
? Frames? Amplitude or anything else?Thanks!
The text was updated successfully, but these errors were encountered: