From 2ef5e91966b60f8ece393eb032e034187c93b3a8 Mon Sep 17 00:00:00 2001 From: Chaopeng Shen Date: Sat, 2 Dec 2023 10:23:37 -0500 Subject: [PATCH] Update index.md Format update --- docs/codes/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/codes/index.md b/docs/codes/index.md index df6df72..b1402f1 100644 --- a/docs/codes/index.md +++ b/docs/codes/index.md @@ -48,8 +48,10 @@ A differentiable physics-informed ecosystem model
-- [Updated, simplified LSTM tutorial for CAMELS streamflow] [[https://bit.ly/47KqJHK](https://bit.ly/47KqJHK)] -We greatly simplified the interface, making it easy to reuse this code on your data. Thanks to Yalan Song and Kamlesh Sawadekar. +- [Updated, simplified __LSTM tutorial__ for CAMELS streamflow] [tutorial] + + --- +This notebook is the "high-flow expert" listed on the benchmark page. We greatly simplified the LSTM interface, making it easy to reuse this code on your data. This is the interface to use when you get started in learning our code. Thanks to Yalan Song, Kamlesh Sawadekar and Dapeng Feng. Note that different pytorch versions could lead to slightly different performances.
@@ -92,6 +94,7 @@ CONUS scale aggregated metrics of stream temperature models for the test period.
[feng_2023.md]: ../codes/feng_2023.md + [tutorial]: https://bit.ly/47KqJHK [bindas_2023.md]: ../codes/bindas_2023.md [liu_2022.md]: ../codes/liu_2022.md [Song_SWE_2023.md]: ../codes/Song_SWE_2023.md