Skip to content

Commit

Permalink
add header to lstm notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Aug 20, 2024
1 parent a3e2090 commit e34bb98
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion book/notebooks/CHL_prediction_ConvLSTM_.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Gap-filling with ConvLSTM\n",
"\n",
"**Author:** Yifei Hang (UW), Jiarui Yu (UW)\n",
"\n",
"This notebook shows how to fit a basic ConvLSTM for filling the gaps in the Chlorophyll-a data. Although you can run this tutorial on CPU, it will be much faster on GPU. We used the image `quay.io/pangeo/ml-notebook:2024.08.18` for running the notebook."
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -2905,7 +2916,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e34bb98

Please sign in to comment.