13213085
13213085
Hello, when I loaded the pre-trained model,the following problem occurred: /opt/zbstudio/bin/linux/x64/lua: ...ngll/PycharmProjects/AdaptiveAttention-master1/train.lua:162: bad argument #1 to 'copy' (sizes do not match at /tmp/luarocks_cutorch-scm-1-9584/cutorch/lib/THC/generic/THCTensorCopy.c:48) stack traceback: [C]: in function 'copy' ...ngll/PycharmProjects/AdaptiveAttention-master1/train.lua:162:...
Hello, I want to apply your proposed model to other fields, and I need a pre-trained model on Image Net. My experimental equipment cannot support me to retrain a model....
Can you describe in detail how to subsample each mesh to a 100 × 100 uniform mesh grid and assign (u,v) to the 4 corner vertices after mesh reconstruction by...
mkdir -p assets/export_models/efficientvit_sam/tensorrt/ # Export Encoder trtexec --onnx=assets/export_models/efficientvit_sam/onnx/efficientvit_sam_xl1_encoder.onnx --minShapes=input_image:1x3x1024x1024 --optShapes=input_image:4x3x1024x1024 --maxShapes=input_image:4x3x1024x1024 --saveEngine=assets/export_models/efficientvit_sam/tensorrt/efficientvit_sam_xl1_encoder.engine 部署tensorrt模型的时候导入编码器的时候没有指定fp16模式,是否用fp16模式测过,结果是否正确,论文里面测试的fp16结果编码器用的是fp16模型吗,还是只有解码器用fp16模型