Skip to content

Commit

Permalink
Refer to @DrJonnyT's gist
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Jun 2, 2024
1 parent 14c2bed commit f32f081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/advanced_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ xc_grid_merged, yc_grid_merged = nps.merge_contexts(
B.concat(xt, xt, axis=0)
)
```

## Equivalence of PyTorch and TensorFlow Architectures

Jonny Taylor has a created a very helpful [Gist](https://gist.github.com/DrJonnyT/c946044591fb4ce922b0f5e7fd0f047a)
which can be used to verify the equivalence of PyTorch and TensorFlow versions of architectures.

2 changes: 1 addition & 1 deletion docs/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ print(dist.logpdf(B.randn(tf.float32, 16, 3, 15)))
print(dist.sample())
print(dist.kl(dist))
print(dist.entropy())
```
```

0 comments on commit f32f081

Please sign in to comment.