Chenxi Du
Chenxi Du
I want to export detr model in onnx format by running following cmd as guided `python export.py --config-file detr/config/file` but I can't find where this config file is
**Describe the issue**: after I use some open-source tool to transform an onnx model into a pytorch model, can I still use nni to prune it? If I can, how...
`onnx2torch/node_converters/resize.py:149: UserWarning: For linear and cubic interpolation in "asymmetric" and "align_corners" coordinate_transformation_moderesults might differ significantly!` why does this warning occur and what kind of impact will it have?
I followed ``` pip install intel-extension-for-transformers pip install -r requirements.txt pip install transformers==4.34.1 ``` but there exists hugging-face version conflict, and I checked dependabot's advice(#981) upgrade transformers version to 4.36.0....
``` (qkv_matmul): QuantQKMatMul( (act_quantizer): UniformAffineQuantizer(bit=8, scale_method=mse, symmetric=True, channel_wise=False, leaf_param=True) (activation_function): StraightThrough() (act_quantizer_q): UniformAffineQuantizer(bit=8, scale_method=mse, symmetric=True, channel_wise=False, leaf_param=True) (act_quantizer_k): UniformAffineQuantizer(bit=8, scale_method=mse, symmetric=True, channel_wise=False, leaf_param=True) ) ``` qkv_matmul is replaced by QuantQKMatMul...
my cmd: `python scripts/sample_diffusion_ldm.py -r models/ldm/lsun_beds256/model.ckpt -n 32 --batch_size 16 -c 50 -e 0.0 --seed 41 --ptq --weight_bit 8 --quant_act --act_bit 8 --a_sym --resume -l log/ --cali_ckpt bedroom_w8a8_ckpt.pth` the error:...