Skip to content

Commit

Permalink
Dev #8: Explicitly state extension for numpy files
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Jun 3, 2024
1 parent 40b358c commit cef4bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@
"└── 2020_04_02.npy\n",
"```\n",
"\n",
"The persistence and respective use of these results is then up to the user. They consist of numpy files for each test date that contain the following:\n",
"The persistence and respective use of these results is then up to the user. They consist of NumPy (*.npy) files for each test date that contain the following:\n",
"1. *forecast*: The neural network predicted forecast sea ice concentration data.\n",
"1. *outputs*: Outputs from the data loader used for training.\n",
"1. *sample_weights*: The sample weights used to weight training samples.\n",
Expand Down

0 comments on commit cef4bb5

Please sign in to comment.