Skip to content

Commit

Permalink
Correct broken links in rnn/README
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaforozco authored and chyalexcheng committed Feb 11, 2024
1 parent 76b24fc commit 4e8f7e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grainlearning/rnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ During the installation of grainLearning activate extra `rnn`:

There are three main usages of RNN module:

1. [Train a RNN with your own data.](/tutorials/rnn/train_rnn.ipynb)
2. [Make a prediction with a pre-trained model.](/tutorials/rnn/predict.ipynb)
3. [Use a trained RNN in grainLearning calibration process.](/tutorials/rnn/rnn_calibration_GL.ipynb)
1. [Train a RNN with your own data.](/tutorials/data_driven/LSTM/train_rnn.ipynb)
2. [Make a prediction with a pre-trained model.](/tutorials/data_driven/LSTM/predict.ipynb)
3. [Use a trained RNN in grainLearning calibration process.](/tutorials/data_driven/LSTM/rnn_calibration_GL.ipynb)

For more details about how are these model built check the [documentation](https://grainlearning.readthedocs.io/en/latest).

0 comments on commit 4e8f7e9

Please sign in to comment.