ivila commented on code in PR #173: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/173#discussion_r1992905700
########## examples/mnist-rs/README.md: ########## @@ -0,0 +1,92 @@ +# MNIST-rs + +This demo project demonstrates how to train and perform inference in TEE. + +## Install the TAs + +There are two TAs in the project: + +| TA | UUID | Usage | +| ---- | ---- | ---- | +| Train | 1b5f5b74-e9cf-4e62-8c3e-7e41da6d76f6 | for training new Model| +| Inference | ff09aa8a-fbb9-4734-ae8c-d7cd1a3f6744 | for performing reference| + +The `Train TA` consumes more memory than `Inference TA`. + +Make sure to install them before attempting to use any functions. Review Comment: Update: add link to the Makefile at the root directory for demonstration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org