Skip to content

Commit

Permalink
lint: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VlaDexa committed Jun 7, 2024
1 parent e3b90b1 commit 4947966
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mnist/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::data::MnistBatcher;
use burn::{
backend::{Autodiff, Wgpu},
data::{dataloader::DataLoaderBuilder, dataset::vision::MnistDataset},
lr_scheduler::{noam::NoamLrSchedulerConfig, LrScheduler},
optim::AdamWConfig,
prelude::*,
record::{CompactRecorder, NoStdTrainingRecorder},
Expand All @@ -17,7 +16,6 @@ use burn::{
},
LearnerBuilder, MetricEarlyStoppingStrategy, StoppingCondition,
},
LearningRate,
};
use burn_efficient_kan::KanOptions;

Expand Down

0 comments on commit 4947966

Please sign in to comment.