Hi, and thanks for the great work!
I’m having trouble reproducing the reported Transolver++ results on the six standard benchmarks. My understanding is that Transolver++ (a) reduces in_project_fx and (b) replaces the softmax with Gumbel-Softmax. Using the training hyperparameters from the paper, my runs do not outperform the original Transolver.
- Are there additional architectural or training changes beyond reducing in_project_fx and using Gumbel-Softmax?
- Could the reduced parameter count require capacity to be added elsewhere?
- Has anyone successfully matched the paper’s numbers, and if so, could you share the training scripts and configs?
Thanks in advance!
Hi, and thanks for the great work!
I’m having trouble reproducing the reported Transolver++ results on the six standard benchmarks. My understanding is that Transolver++ (a) reduces in_project_fx and (b) replaces the softmax with Gumbel-Softmax. Using the training hyperparameters from the paper, my runs do not outperform the original Transolver.
Thanks in advance!