You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
majority/majority_exp.py", line 294, in run_experiment
_, queries, _, keys, Q, K, _ = model(classes)
ValueError: not enough values to unpack (expected 7, got 3)
it seams that the model returns logits, qQK, keys.
how can i replicated the experimental results ?
The text was updated successfully, but these errors were encountered:
when calling run_job.bash
it seams that the model returns logits, qQK, keys.
how can i replicated the experimental results ?
The text was updated successfully, but these errors were encountered: