Fixed Typo

This commit is contained in:
Christian Risi 2025-10-30 12:38:00 +01:00
parent 2821a2eaf5
commit 53e40751b6

View File

@ -93,7 +93,7 @@ that have the desired classification maps.
came from. Basically we concatenate a previous convolutional block with the
convoluted one and we make a convolution of these layers.
### Pseudo Algorithm:
### Pseudo Algorithm
```python