-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open source compiler match with cmodel master version? #53
Comments
fp16 is not supported with nv_small I have some instructions documented at https://github.com/prasshantg/personal check if it helps |
thanks prasshantg for sharing. % ./nvdla_compiler --prototxt ResNet-50-deploy.prototxt --caffemodel ResNet-50-model.caffemodel --configtarget nv_small --profile fast-math --cprecision int8 --calibtable nvdla/sw-new/umd/utils/calibdata/resnet50.json --quantizationMode per-filter --batch 1 --informat nhwc |
hello, did you fix this problem? |
hello, I have the same problem, did you fix it? |
Does somebody try to use open source compiler to compile loadable and run vp? I tried several configuration including int8 and fp16, vp can not run successfully.
1 compiler setting
./nvdla_compiler --prototxt ResNet-50-deploy.prototxt --caffemodel ResNet-50-model.caffemodel --configtarget nv_small --profile basic --cprecision fp16
./nvdla_compiler --prototxt ResNet-50-deploy.prototxt --caffemodel ResNet-50-model.caffemodel --configtarget nv_small --profile basic --cprecision int8 --calibtable /remote/ailab2/zhaoqing/nvdla/sw-new/umd/utils/calibdata/resnet50.json
2 add #define DLA_2_CONFIG into below file to match cmodel for base address of registers.
kmd/firmware/include/opendla.h
2 c model master version with nv_small configuration.
The text was updated successfully, but these errors were encountered: