Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small nits in HW2 #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix small nits in HW2 #18

wants to merge 4 commits into from

Conversation

revalo
Copy link
Contributor

@revalo revalo commented Feb 16, 2024

Fixes three typos in HW2,

  • Rename PixelCNN prior to Transformer prior in the Homework 2 $\LaTeX$ template.
  • Remove stray parenthesis in Q2 (b), $N(z2; \mu_\theta(z1) + \Delta \mu_\theta(z1,x), \Sigma_\theta(z1) \ \textcolor{red}{\mathbf{)}} \ * \Delta \Sigma_\theta(z1,x))$ -> $N(z2; \mu_\theta(z1) + \Delta \mu_\theta(z1,x), \Sigma_\theta(z1) * \Delta \Sigma_\theta(z1,x))$
  • In Q2 (b), $q_\theta(z|x)$ is renamed to $q_\theta(z1|x)$ as per IRL discussion with one of the TAs, please feel free to ignore this one, it's in a separate commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant