Request for full subject-head weights in TRIBE v2

#10
by vpz023 - opened

Hi TRIBE v2 team,

I noticed that the released best.ckpt appears to contain only the shared unseen-subject head:

model.predictor.weights: (1, 2048, 20484)
model.predictor.bias: (1, 20484)

Would it be possible to access the full subject-head weights for the 25 training subjects, if they can be shared under the appropriate usage terms?

Specifically, I am looking for:

model.predictor.weights: (26, 2048, 20484)
model.predictor.bias: (26, 20484)

The weights would be used strictly for academic research. I will not redistribute them, and I will properly cite TRIBE v2 and follow the relevant usage terms.

If available, I would also appreciate any subject-index mapping or model_build_args information needed to correctly interpret the weights.

Thank you!

Sign up or log in to comment