Skip to content

Commit

Permalink
fix 2 broken links in intro_to_keras_for_engineers.py (keras-team#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemaldahha authored and SuryanarayanaY committed Jan 19, 2024
1 parent afe0d2c commit c0ceb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/intro_to_keras_for_engineers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🚀
"""

0 comments on commit c0ceb3b

Please sign in to comment.