diff --git a/solution.py b/solution.py index ee6ad15..00e477c 100644 --- a/solution.py +++ b/solution.py @@ -1102,7 +1102,7 @@ def visualize_color_attribution_and_counterfactual( plt.show() # %% [markdown] -#

Task 5.1: Adding color to the style space

+#

Task 5.2: Adding color to the style space

# 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. @@ -1133,7 +1133,7 @@ def visualize_color_attribution_and_counterfactual( #
  • Can you see any patterns in the colors? Is the space smooth, for example?
  • # # %% [markdown] -#

    Task 5.2: Using the images to color the style space

    +#

    Task 5.3: Using the images to color the style space

    # 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! #