-
Notifications
You must be signed in to change notification settings - Fork 281
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
why it takes too long #74
Comments
`import tensorflow as tf def leakyrelu(x, alpha=0.3, name='lrelu'): def downconv(x, output_dim, kwidth=5, pool=2, init=None, uniform=False, def deconv(x, output_shape, kwidth=5, dilation=2, init=None, uniform=False, batchsize=100 def G(noise): a=G(1) |
hi, does your version achieve good result? @NileZhou |
for 1 second voice , it real need 8 seconds to clean? i make a same generator network, it just takes 0.2 second for 1 second data
The text was updated successfully, but these errors were encountered: