Skip to content

Commit

Permalink
test on channel scorer (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBagnall committed Jul 7, 2024
1 parent 6c8830b commit 52d266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/classification/convolution_based.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"italy, italy_labels = load_italy_power_demand(split=\"train\")\n",
"italy_test, italy_test_labels = load_italy_power_demand(split=\"test\")\n",
"motions, motions_labels = load_basic_motions(split=\"train\")\n",
"motions_test, motions_test_labels = load_basic_motions(split=\"train\")\n",
"motions_test, motions_test_labels = load_basic_motions(split=\"test\")\n",
"italy.shape"
]
},
Expand Down

0 comments on commit 52d266a

Please sign in to comment.