We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616c279 commit 7956699Copy full SHA for 7956699
examples/train_convmixer_on_digits.m
@@ -6,7 +6,7 @@
6
% Copyright 2021 The MathWorks, Inc.
7
8
[XTrain, TTrain] = digitTrain4DArrayData;
9
-[XTest, TTest] = digitTest4DArrayData;
+[XTest, TTest] = digitTest4DArrayData;
10
11
% Build a ConvMixer layergraph
12
lg = convMixerLayers( ...
0 commit comments