Hi I'm using ESM-gearnet model, to get protein representation but in ESM module there is max_input_length which slice the graph when the protein size is bigger than this threshold because of this, the "graph node number" and "residue number of representation from ESM" are different. Is it impossible to get representation from big proteins? (when I set max_input_length bigger, I got out of memory error...) In this case should I use sliced residue representation and also sliced graph? I'm worried that it will also reduce the performance.