MA CHENG

Results 6 issues of MA CHENG

The result of experiment is surprising ,so i have an question: can i use an alternative way to get the same effect, such as VAE. because my recent research is...

there are a lot of errors when i pickle.load( .pkl) 1.open(file) should be replaced by open(file,'rb') in python 3x 2.error in pickle.load(f) : ModuleNotFoundError: No module named 'copy_reg\r' why is...

Hi, I am reproducing the llama-7b pruning experiment, but the perplexities after pruning 70% by sparsegpt, wanda, owl w. are different from the result in paper, as table in below:...

I follow the script in the readme for finetuning the pruned model. but running error occurs on the l0 module is None. but as the finetuing script: the hyperparam `pruning_type`...

Hello, could you please explain what a distillation model is, and what is the distillation_path mentioned in the sample run.sh script? Where should I go to download it? ![image](https://github.com/princeton-nlp/CoFiPruning/assets/28890775/2b152757-e258-4da8-8c4a-8f2cafd209f1) Thank...

when I input 7350X150 image for inference, or some images with high height-width ratio , it will get this bug, the bug detial is in below: File "/GroundingDINO/groundingdino/models/GroundingDINO/transformer.py", line 278,...