User-TGK

Results 2 issues of User-TGK

#### Example to reproduce the issue ``` use serde::{Deserialize, Serialize}; use serde_diff::{Apply, Diff, SerdeDiff}; #[derive(SerdeDiff, Serialize, Deserialize, PartialEq, Debug, Clone)] struct TestStruct { a: Option, } fn main() { let...

Hi, I am looking into reducing the size of the Docker image for the Triton server. I have built an image containing only the backend I am using (tensorflow) using...