Skip to content

Commit

Permalink
fix my mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Jan 7, 2025
1 parent 2a5cea8 commit eec418d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions s2_organisation_and_version_control/code_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ your head around where files are located.

??? success "Solution"

```python linenums="1" title="make_dataset.py"
```python linenums="1" title="data.py"
--8<-- "s2_organisation_and_version_control/exercise_files/data_solution.py"
```

Expand Down Expand Up @@ -297,7 +297,7 @@ your head around where files are located.
This is the CNN solution from yesterday and it may differ from the model architecture you have created.
```python linenums="1" title="make_dataset.py"
```python linenums="1" title="model.py"
--8<-- "s2_organisation_and_version_control/exercise_files/model_solution.py"
```
Expand All @@ -309,7 +309,7 @@ your head around where files are located.
??? success "Solution"
```python linenums="1" title="make_dataset.py"
```python linenums="1" title="train.py"
--8<-- "s2_organisation_and_version_control/exercise_files/train_solution.py"
```
8. Transfer the remaining parts of the `main.py` script into the `src/<project-name>/evaluate.py` script e.g. the parts
Expand All @@ -318,7 +318,7 @@ your head around where files are located.
??? success "Solution"
```python linenums="1" title="make_dataset.py"
```python linenums="1" title="evaluate.py"
--8<-- "s2_organisation_and_version_control/exercise_files/evaluate_solution.py"
```
Expand Down

0 comments on commit eec418d

Please sign in to comment.