darknetz
darknetz copied to clipboard
runs several layers of a deep learning model in TrustZone
Hi! Thanks a lot for the resource that you have provided. For my master's studies, I am trying to replicate the results produced in the paper and I need to...
I got this error in QemuV8 when i gave darknetp command. TEEC_Opensession failed with code 0xffff000c origin 0x3 #32
Hi Mofan, I met a strange issue when adding the datasets to root dir. I followed your instruction and the darknetz and datasets to the corresponding folder. It shows the...
Hi,mofan! When i execute `darknetp classifier train -pp_start 4 -pp_end 10 cfg/mnist.dataset cfg/mnist_lenet.cfg` to train a model from scratch, I got the `TEEC_InvokeCommand(forward) failed 0xffff3024 origin 0x3` error. Here's the...
Hi, I am studying DarkneTZ for my end-of-studies project. I am wondering what are you exactly protecting when you put a layer inside an enclave: does its parameters becomes unreadable...
Hi! i'm using your darknetz for my study. first of all , i d'like to thank u for opening this well-made code. but i d'like to train and test anther...
Hi mofan, I cannot train a model if the convolutional layers and maxpool layers are partitioned in the TrustZone. I tested vgg-7 model with cifar10 using the following command. ```...
Hello,I just followed the README to train a model. The normal world seems right. ``` # Prepare session with the TA # Begin darknet # mnist_lenet # 1 layer filters...
When I execute the command `darknetp classifier train -pp_start 4 -pp_end 10 cfg/mnist.dataset cfg/mnist_lenet.cfg` to complete the training, the following error occurs ~~~ Saving weights to tmp/backup//mnist_lenet.weight Couldn't open file:...
I get this error when I start typing `darknetp` after compiling. Also I found that there is no binaries for `darknetz` in the `bin/ `directory, But there is its ta...