Skip to content

Commit

Permalink
correct broken link to updated tensorflow docs (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
pld authored and dustinvtran committed Jul 16, 2018
1 parent fe990c5 commit b33775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tex/tutorials/automated-transformations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ \subsubsection{Automated Transformations in Inference}
\texttt{inference.transformations}, which is a dictionary with keys
given by any constrained latent variables and values given by their
transformed distribution. We use the
\href{https://www.tensorflow.org/versions/master/api_docs/python/tf/distributions/bijectors}{\texttt{bijectors}}
\href{https://www.tensorflow.org/api_docs/python/tf/distributions/bijectors}{\texttt{bijectors}}
module in \texttt{tf.distributions} in order to handle invertible
transformations.

Expand Down

0 comments on commit b33775c

Please sign in to comment.