Skip to content

Commit 5da0e61

Browse files
authoredNov 9, 2022
Fix typo in introduction.md (#266)
1 parent 84ce7e5 commit 5da0e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
*This tutorial explains the qickstart examples and some core abstractions FastAI.jl is built on.*
3+
*This tutorial explains the quickstart examples and some core abstractions FastAI.jl is built on.*
44

55
{cell=main show=false outputshow=false resultshow=false}
66
```julia
@@ -115,4 +115,4 @@ Training now is quite simple. You have several options for high-level training s
115115
showoutputs(task, learner)
116116
```
117117

118-
Finally, the last line visualizes the predictions of the trained model. It takes some samples from the training data loader, runs them through the model and decodes the outputs. How each piece of data is visualized is also inferred through the blocks in the learning task.
118+
Finally, the last line visualizes the predictions of the trained model. It takes some samples from the training data loader, runs them through the model and decodes the outputs. How each piece of data is visualized is also inferred through the blocks in the learning task.

0 commit comments

Comments
 (0)
Please sign in to comment.