-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Conv1DTranspose? #8705
Comments
Hi, I have the exact same problem. @hadaev8 Did you try with UpSampling1D? Did it work for you? |
@OtterOrder |
@OtterOrder and @hadaev8 , I have tried both UpSampling1D+Conv1D and also Conv2DTranspose with a 1D kernel on 1D data. They were pretty much the same in speed and accuracy. |
This feature has been implemented in tf.keras, (tf v2.2.0), check it out! |
I want to make GAN for 1d object.
Whats best way to implement Conv1DTranspose?
Here write
So probably use Conv2DTranspose is a bad idea.
Here
@fbranchaud-charron-miovision
But
@jwgu
So, how best to do this? Conv2DTranspose? UpSampling1D? Something else?
The text was updated successfully, but these errors were encountered: