xiaopeng

Results 4 issues of xiaopeng

Hi, I tried this tool for the first time I did it the following way: 1. pip install onnx_pytorch 2. >>> from onnx_pytorch import code_gen 3. >>> code_gen.gen('resnet18-v2-7.onnx', './') But,...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 执行: `python deploy/pipeline/pipeline.py --config deploy/pipeline/config/infer_cfg_pphuman.yml --image_file=test_image.jpg --device=gpu`...

question

When I execute `examples/eval.py,` there is a Error about : `ImportError cannot import name 'initialize_tasks' from 'lm_eval.tasks' ` My lm_eval version is `0.4.2`

`bash scripts/llama_7b.sh` the source model: wikitext perplexity is 5.67702 prune this model, sparsity 50%, get wikitext perplexity is 7.09153509 but the paper is : 50% 7.26 why?