sparkssjj
sparkssjj
hi, could you provide the pretrain onnx model ?
你好,我遇到如下两个问题,这个是什么原因: 1.执行evaluate.py脚本时报错: PointPillars/ops/voxel_module.py", line 5, in from .voxel_op import hard_voxelize ModuleNotFoundError: No module named 'ops.voxel_op' 2.执行python setup.py develop时,卡住不动,不报错也没有任何提示。
hi, i got a Dice coefficient of 0.6736 with scaled 0.5, but throught the description you got a Dice coefficient of 0.988423, how did you got this? my approach is...
目前尝试将papdlenlp中uie-m-large模型转换为onnx报错,转换命令如下: paddle2onnx --model_dir ./ \ --model_filename sentencepiece.bpe.model \ --params_filename model_state.pdparams \ --save_file uie_m_large.onnx \ --enable_dev_version False 目前paddle转换是否支持transformer