Jingwei Yi

Results 3 comments of Jingwei Yi

Seems like an issue in the previous implementation. Modifying to `history[ -self.his_size : ]`would be more reasonable. Will open a PR later to fix this issue.

I have updated some models for leaf with PyTorch in https://github.com/yjw1029/leaf-pytorch.

Hi, I meet the same problem when running "run_glue_no_trainer.py" script. Here is my script. ``` export WANDB_API_KEY="xxxx" accelerate launch run_glue_no_trainer.py \ --model_name_or_path bert-base-cased \ --task_name sst2 \ --max_length 128 \...