From c0ceb3bff1d125bc945fcd906e3c456623737783 Mon Sep 17 00:00:00 2001 From: Kemal Dahha <66003118+kemaldahha@users.noreply.github.com> Date: Fri, 15 Dec 2023 07:41:30 +0100 Subject: [PATCH] fix 2 broken links in intro_to_keras_for_engineers.py (#1687) --- guides/intro_to_keras_for_engineers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/intro_to_keras_for_engineers.py b/guides/intro_to_keras_for_engineers.py index f337b1b129..22f42ad57b 100644 --- a/guides/intro_to_keras_for_engineers.py +++ b/guides/intro_to_keras_for_engineers.py @@ -367,8 +367,8 @@ def call(self, x): ## How to distribute training - [Guide to distributed training with TensorFlow](http://keras.io/guides/distributed_training_with_tensorflow/) -- [JAX distributed training example](https://github.com/keras-team/keras/blob/main/examples/demo_jax_distributed.py) -- [PyTorch distributed training example](https://github.com/keras-team/keras/blob/main/examples/demo_torch_multi_gpu.py) +- [JAX distributed training example](https://github.com/keras-team/keras/blob/master/examples/demo_jax_distributed.py) +- [PyTorch distributed training example](https://github.com/keras-team/keras/blob/master/examples/demo_torch_multi_gpu.py) Enjoy the library! 🚀 """