mirror of https://github.com/tracel-ai/burn.git
Fix broken link
This commit is contained in:
parent
eee8bf4599
commit
fb7e0961f8
|
@ -165,7 +165,7 @@ let learner = LearnerBuilder::new("/tmp/artifact_dir")
|
||||||
.build(model, optim);
|
.build(model, optim);
|
||||||
```
|
```
|
||||||
|
|
||||||
See this [example](./burn/examples/mnist.rs) for a real usage.
|
See this [example](https://github.com/burn-rs/burn/blob/main/examples/mnist) for a real usage.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue