Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kigichang committed Oct 12, 2024
1 parent 54d8819 commit 096ab15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-examples/examples/rnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add argument `--test` to run test of this example.
$ cargo run --example rnn --release -- --test
```

Test models are generated by Pytorch [LSTM](https://pytorch.org/docs/stable/generated/torch.nn.LSTM.html) and [GRU](https://pytorch.org/docs/stable/generated/torch.nn.GRU.html). These models include input and output tensors and can be downloaded from [here](https://huggingface.co/kigichang/test_rnn).
Test models are generated with reference to the Pytorch examples [LSTM](https://pytorch.org/docs/stable/generated/torch.nn.LSTM.html) and [GRU](https://pytorch.org/docs/stable/generated/torch.nn.GRU.html). These models include input and output tensors and can be downloaded from [here](https://huggingface.co/kigichang/test_rnn).

Test models are generated by the following codes:

Expand Down

0 comments on commit 096ab15

Please sign in to comment.