pyro-ppl/pyro

Refactor SVI tutorial code from MD code blocks into code cells

Open

#2,714 opened on Dec 15, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (981 forks)batch import
Examplesgood first issuehelp wanted

Repository metrics

Stars
 (8,211 stars)
PR merge metrics
 (Avg merge 10d 19h) (1 merged PR in 30d)

Description

As it stands, a significant portion of the SVI tutorial code is written in markdown code blocks, rather than standalone Jupyter cells. When formatted this way, the tutorial's notebook cannot be excecuted and experimented with by the reader. I suggest that the markdown code blocks should be refactored into Jupyter code cells.

Contributor guide