ivila commented on code in PR #197:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/197#discussion_r2131445921


##########
examples/mnist-rs/ta/common/src/model.rs:
##########
@@ -55,6 +55,10 @@ impl<B: Backend> Model<B> {
 }
 
 impl<B: Backend> Model<B> {
+
+    // Originally inspired by the burn/examples/mnist-inference-web package. 
You
+    // may refer to 
https://github.com/tracel-ai/burn/blob/v0.16.0/examples/mnist-inference-web/src/web.rs
+    // for details.

Review Comment:
   The notice has been present in trainer.rs since the first commit. I'm adding 
this line now because I realized I missed including the notice in #173.
   
   Here are the notice in `trainer.rs`: 
   
https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/main/examples/mnist-rs/ta/train/src/trainer.rs#L51-L114



-- 
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

Reply via email to