-
Notifications
You must be signed in to change notification settings - Fork 684
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
Adding a new transposed convolution function (similar to torch.nn.ConvTranspose2d()
)
#1872
Comments
Hey is this an active issue that is being worked on ? |
We actually have an implementation already: https://github.com/google/flax/blob/main/flax/linen/linear.py#L447 I don't really understand why we have this issue. @andsteing can you please clarify? |
According to the docs :-
@marcvanzee this might be the reason and also why i created this issue. |
Ahh sorry, didn't see that, thanks for noting! No it isn't being worked on, do you want to work on it? |
Yes, I will be interested to work on it. |
I just noticed this issue has the "blocked" label. @jheek could you please explain this? I suppose it is blocked on the JAX issue jax-ml/jax#5772? @codeboy5 In that case I guess we have to wait with working on this issue until that one is merged. |
Oh okay. I looked at that issue too, hasn't been any new updates for a year. |
Hmm I see, maybe you can reply to that issue and ask whether they are planning to merge it soon? Otherwise you could ask them if you can pick up that issue if you are really interested! |
Adding a transposed convolution as proposed in
jax-ml/jax#5772
would also be very useful when porting models from PyTorch to Flax (as in #1848).
The text was updated successfully, but these errors were encountered: