-
Notifications
You must be signed in to change notification settings - Fork 82
Added support for temporal segmentation data in encoder decoder factory #355
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
Conversation
Hi, @rijuld Maybe you would prefer to convert your PR to a draft and add the prefix [WIP] (work in progress) while work on it. |
@Joao-L-S-Almeida Thanks, Done. |
Thank you for your contribution. |
@rijuld Thanks for working on this feature, that will be very helpful! |
Dear @rijuld - this has gone stale, any chance to address the conflicts and comments? Then we can merge. You can also join the TerraTorch community calls or ping us on Slack |
Signed-off-by: rijuld <[email protected]>
Signed-off-by: rijuld <[email protected]>
Signed-off-by: rijuld <[email protected]>
Hi, do we have an ETA for this feature/PR merge? |
@Foxigod I don't know what ETA means in this context. @rijuld I tested your implementation and it seems it's working as expected. For example:
produces 24 tensors with size @paolo-fraccaro Do you think the convention adopted by @rijuld for this wrapper, (B, C,T,H,W), is the most convenient way to use it or it should have a different order, as (B,T,C,H,W) ? |
@Joao-L-S-Almeida ETA -> Estimated Time of Arrival -> when will it be merged In case u need this urgently we merge today in the hope we still get the tests :) |
@romeokienzler Sure, how can I check test coverage while testing? |
@romeokienzler This functionality would be beneficial for our case, and I believe I've heard @paolofraccaro mention the same thing. For my case, I don't need it today, but in the next week or two would be best if you want to finalize the tests before merging. |
@Joao-L-S-Almeida, for the current use cases we have, switching to a
@romeokienzler, I think behaviour with Swin models needs further testing before merge. For example, |
Hi, @rijuld |
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
@rijuld I added two modifications to your fork as a PR. I need you approve them in order to we finish the first part of this task. I think after it we can merge and maybe continue in a new PR after it. |
Hi @Joao-L-S-Almeida I have approved the workflow |
Thanks, @rijuld. The tests passed. Could you merge them ? |
Adding two basic tests for Swin and modifying the encoder-decoder factory to support embeddings as tuples.
Hi @Joao-L-S-Almeida done |
@rijuld Thank you for it. I'll merge it, since it seems alright for now. Feel free to add any others changes and contributions in new PRs. |
No description provided.