generated from OBJNULL/Dockerized-Rust
Removed duplicate import
This commit is contained in:
parent
73da28805b
commit
8608676533
1 changed files with 0 additions and 5 deletions
|
@ -4,11 +4,6 @@ use burn::{
|
||||||
prelude::*,
|
prelude::*,
|
||||||
};
|
};
|
||||||
|
|
||||||
use burn::{
|
|
||||||
data::{dataloader::batcher::Batcher, dataset::vision::MnistItem},
|
|
||||||
prelude::*,
|
|
||||||
};
|
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct MnistBatcher<B: Backend> {
|
pub struct MnistBatcher<B: Backend> {
|
||||||
device: B::Device,
|
device: B::Device,
|
||||||
|
|
Loading…
Reference in a new issue