Skip to content

Commit

Permalink
Fix filename from model.py to data.py (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
  • Loading branch information
lorenzocazzador and SkafteNicki authored Jan 13, 2025
1 parent 8ffaa78 commit b846a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s1_development_environment/deep_learning_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ future as you start to add more and more features. As subgoals, please fulfill t

??? example "Starting point for `data.py`"

```python linenums="1" title="model.py"
```python linenums="1" title="data.py"
--8<-- "s1_development_environment/exercise_files/final_exercise/data.py"
```

Expand All @@ -236,7 +236,7 @@ future as you start to add more and more features. As subgoals, please fulfill t
We have additionally in the solution added functionality for plotting the images together with the labels for
inspection. Remember: all good machine learning starts with a good understanding of the data.

```python linenums="1" hl_lines="17 18" title="model.py"
```python linenums="1" hl_lines="17 18" title="data.py"
--8<-- "s1_development_environment/exercise_files/final_exercise/data_solution.py"
```

Expand Down

0 comments on commit b846a5f

Please sign in to comment.