generated from OBJNULL/Dockerized-Rust
Fixed naming from Crate to Super
This commit is contained in:
parent
8608676533
commit
46149b885c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use crate::{data::MnistBatcher, model::Model, training::TrainingConfig};
|
use super::{data::MnistBatcher, model::Model, training::TrainingConfig};
|
||||||
use burn::{
|
use burn::{
|
||||||
data::{dataloader::batcher::Batcher, dataset::vision::MnistItem},
|
data::{dataloader::batcher::Batcher, dataset::vision::MnistItem},
|
||||||
prelude::*,
|
prelude::*,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
use crate::{
|
use super::{
|
||||||
data::{MnistBatch, MnistBatcher},
|
data::{MnistBatch, MnistBatcher},
|
||||||
model::{Model, ModelConfig},
|
model::{Model, ModelConfig},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue