-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
details about the noisy_train.mat and target_train.mat #1
Comments
I am really impressed by your work and got a few questions in terms of how you process the training data. Actually, I can not understanding the meaning of "Dimension: [24570, NUM_TOKENS]" in readme.md I guess the 24570 represents the length of noisy signal. But, how you concatenate the multi-channel signals? |
NUM_TOKENS is batch_size. |
Thank you for your reply.
|
Hope this helps. |
Could you tell me the version of tensorflow that you used? |
I was using tensorflow 1.3, but I think it will probably work with 1.4 or higher. |
Thank you for your share!
However, I want to know the details about how to constructi the "noisy_train" and "target_train".
What is the meaning of "NUM_TOKENS" ?
What about the NUM_CHANNELS in "noisy_train" and "target_train" ??
The text was updated successfully, but these errors were encountered: