We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92792eb + baa7170 commit a0fb475Copy full SHA for a0fb475
docs/literate/tutorials/example_synthetic_lstm.jl
@@ -23,7 +23,7 @@ using Lux
23
# ## 2. Data Loading and Preprocessing
24
25
# Load synthetic dataset from GitHub
26
-df = load_timeseries_netcdf("https://github.com/bask0/q10hybrid/raw/master/data/Synthetic4BookChap.nc")
+df = load_timeseries_netcdf("https://github.com/bask0/q10hybrid/raw/master/data/Synthetic4BookChap.nc");
27
28
# Select a subset of data for faster execution
29
df = df[1:20000, :];
0 commit comments