Fixed naming

This commit is contained in:
Maddox Werts 2025-03-17 12:14:09 -04:00
parent 224ef39603
commit 48c709414c

View file

@ -43,7 +43,7 @@ impl NeuralNetwork {
); );
// Infer the model // Infer the model
inference::infer::<MyBackend>( infrence::infer::<MyBackend>(
artifact_dir, artifact_dir,
device, device,
burn::data::dataset::vision::MnistDataset::test() burn::data::dataset::vision::MnistDataset::test()