Skip to content

Commit

Permalink
fix rendering for last few cells
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunes5thmoon committed Aug 26, 2024
1 parent 99c869d commit b51f043
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 @@ -1186,11 +1186,11 @@ def visualize_color_attribution_and_counterfactual(
# <li> What happens if you add a Sigmoid activation to the output of the style encoder? </li>
# See what else you can think of, and see how finnicky training a GAN can be!

## %% [markdown] tags=["solution"]
# %% [markdown] tags=["solution"]
# The colors for the classes are sampled from matplotlib colormaps! They are the four seasons: spring, summer, autumn, and winter.
# Check your style space again to see if you can see the patterns now!

## %% tags=["solution"]
# %% tags=["solution"]
# Let's plot the colormaps
import matplotlib as mpl
import numpy as np
Expand Down

0 comments on commit b51f043

Please sign in to comment.