Skip to content

Commit

Permalink
Fix missing clone derive for MnistBatcher in the book (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui authored Apr 12, 2024
1 parent ff844b1 commit 63947d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions burn-book/src/basic-workflow/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use burn::{
prelude::*,
};

#[derive(Clone)]
pub struct MnistBatcher<B: Backend> {
device: B::Device,
}
Expand Down

0 comments on commit 63947d2

Please sign in to comment.