Replies: 1 comment 2 replies
-
|
Hi @hyeon4977, when selecting a model-branch, you're actually utilizing all the model's weights including the unified descriptor and fitting net. Each model-branch in this architecture shares identical weights except for a one-hot dataset-encoding vector, meaning your branch selection specifically determines which dataset-encoding is applied alongside the complete set of shared weights rather than selecting partial weight components. For technical details, please refer to the DPA-3 paper. Hope this clarifies the mechanism. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm trying to fine-tune the OpenLAM weights available at https://www.aissquare.com/models/detail?pageType=models&name=DPA-3.1-3M&id=343 .
Is there a way to fine-tune the trained weights based on all branches, rather than selecting a single branch? Currently, I understand that only one branch can be selected.
Beta Was this translation helpful? Give feedback.
All reactions