Skip to content

Commit 7956699

Browse files
author
Niccolo Dal Santo
committed
Improving formatting
1 parent 616c279 commit 7956699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/train_convmixer_on_digits.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
% Copyright 2021 The MathWorks, Inc.
77

88
[XTrain, TTrain] = digitTrain4DArrayData;
9-
[XTest, TTest] = digitTest4DArrayData;
9+
[XTest, TTest] = digitTest4DArrayData;
1010

1111
% Build a ConvMixer layergraph
1212
lg = convMixerLayers( ...

0 commit comments

Comments
 (0)