Skip to content

Commit

Permalink
fix task numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunes5thmoon committed Aug 26, 2024
1 parent ad56321 commit 0275662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ def visualize_color_attribution_and_counterfactual(
plt.show()

# %% [markdown]
# <div class="alert alert-block alert-info"><h3>Task 5.1: Adding color to the style space</h3>
# <div class="alert alert-block alert-info"><h3>Task 5.2: Adding color to the style space</h3>
# We know that color is important. Does interpreting the style space as colors help us understand better?
#
# Let's use the style space to color the PCA plot.
Expand Down Expand Up @@ -1133,7 +1133,7 @@ def visualize_color_attribution_and_counterfactual(
# <li> Can you see any patterns in the colors? Is the space smooth, for example?</li>
# </ul>
# %% [markdown]
# <div class="alert alert-block alert-info"><h3>Task 5.2: Using the images to color the style space</h3>
# <div class="alert alert-block alert-info"><h3>Task 5.3: Using the images to color the style space</h3>
# Finally, let's just use the colors from the images themselves!
# The maximum value in the image (since they are "black-and-color") can be used as a color!
#
Expand Down

0 comments on commit 0275662

Please sign in to comment.