From 230463ad39a4a089965a9ab1aeb5ac3de7ff398c Mon Sep 17 00:00:00 2001 From: ursk Date: Thu, 1 Feb 2024 08:39:15 -0800 Subject: [PATCH] Fix typo PiperOrigin-RevId: 603380960 --- tensorflow_probability/python/experimental/autobnn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_probability/python/experimental/autobnn/README.md b/tensorflow_probability/python/experimental/autobnn/README.md index c10a446ada..843259793d 100644 --- a/tensorflow_probability/python/experimental/autobnn/README.md +++ b/tensorflow_probability/python/experimental/autobnn/README.md @@ -22,4 +22,4 @@ Structure Discovery_. ICML 2023. AutoBNN has three additional dependencies beyond those used by the core Tensorflow Probability package: flax, scipy and jaxtyping. These -can be installed by running `setup\_autobnn.sh`. +can be installed by running `setup_autobnn.sh`.