DemesneGH commented on code in PR #197: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/197#discussion_r2131441003
########## 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: Seems we also need the similar notice in `trainer.rs`? -- 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