nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.74k stars 568 forks source link

Integration of DIGITS with NVDLA #153

Open Adithyak1998 opened 6 years ago

Adithyak1998 commented 6 years ago

Hi,

Can anyone help me by shredding some light of how the output files generated by DIGITS can be used by NVDLA.

Thanks.

ferin08 commented 6 years ago

Hey,

You get an output of deploy.prototxt and and .caffemodel from DIGITS. Use nvdla_compiler present in nvdla/sw to compile this into output.protobuf Have a look at this link: http://nvdla.org/sw/test_application.html?highlight=runtime

After compling you can use this as reference : https://github.com/nvdla/sw/issues/9