mirror of
https://github.com/rjha18/vec2vec.git
synced 2026-04-03 00:09:23 -06:00
One question about model design #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @holimario on 8/27/2025
Your work is very interesting, and thank you for releasing the code.
I have a small question regarding the model design. From what I see, your architecture seems closer to UNIT, in that it introduces a strategy for enforcing latent space consistency. But this also requires adding extra architectural components and more loss terms. I also noticed that your paper mentions CycleGAN as a reference—have you tried adopting a simpler CycleGAN-like design? It seems such a design might make training more stable. If you did try but eventually abandoned it, what was the reason?