In get_esm_embedding.py, result['mask'] raises KeyError.In my test,result only has logits,representations keys.I use esm's official example to calculate sequence length and it works.
In data_process.py,max_repr_esm = np.load("multi_modal_binding/data/normalization_constants/esm_repr_min.npy")` can't locate the file.I change the path to abspath and it works.
In
get_esm_embedding.py
, result['mask'] raises KeyError.In my test,result only haslogits,representations
keys.I use esm's official example to calculate sequence length and it works.In
data_process.py
,max_repr_esm = np.load("multi_modal_binding/data/normalization_constants/esm_repr_min.npy")` can't locate the file.I change the path to abspath and it works.