layer_norm_expressivity_role icon indicating copy to clipboard operation
layer_norm_expressivity_role copied to clipboard

The experimental results cannot be replicated. script do not work!

Open liveck opened this issue 1 year ago • 2 comments

when calling run_job.bash

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 ?

liveck avatar Sep 25 '24 08:09 liveck