generated from OBJNULL/Dockerized-Rust
Fixed naming
This commit is contained in:
parent
224ef39603
commit
48c709414c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue