Skip to content

Commit

Permalink
fix: ✏️ fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunes5thmoon committed Aug 23, 2024
1 parent 5b3f296 commit dd116e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ def launch_tensorboard(log_dir):
# Congratulations! You trained your first UNet that you implemented all by yourself!
#
# We will keep using this U-Net throughout the rest of the exercises. Whenever you see an import like `import dlmbl-unet` or
# `from dlmbl-unet import UNet` it will be importing from [this repository](https://github.com/dlmbl/dlmbl-unet) which contains the solution to this notebook as a package (including the bonus exercises so don't peak just yet if you wanna solve the bonus too).
# `from dlmbl-unet import UNet` it will be importing from [this repository](https://github.com/dlmbl/dlmbl-unet) which contains the solution to this notebook as a package (including the bonus exercises so don't peek just yet if you wanna solve the bonus too).
# </div>

# %% [markdown] tags=[]
Expand Down

0 comments on commit dd116e3

Please sign in to comment.