mofanv / darknetz

runs several layers of a deep learning model in TrustZone
MIT License
86 stars 29 forks source link

Running all DNN layers in REE #22

Closed aghia98 closed 3 years ago

aghia98 commented 3 years ago

Hi, for comparison and study purposes, is it possible to run all the DNN layers in REE ? If so, how can I do it?

Thanks in advance.

mofanv commented 3 years ago

Hi, sorry for the late reply. but yes, you should be able to run all layers in the REE, just by leaving the -pp_start and -pp_end argument away. They will be set as 999 by default, and no layer will be putting inside the TEE.