Skip to content

Commit

Permalink
fix visualize
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusbergpalm committed Nov 12, 2013
1 parent bb431c2 commit 264b73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAE/caeexamples.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% mnist data
clear all; close all; clc;
load ../data/mnist_uint8;
load mnist_uint8;
x = cell(100, 1);
N = 600;
for i = 1 : 100
Expand Down Expand Up @@ -29,4 +29,4 @@
mm = cae.ok{1}{i}(1,:,:);
ff(i,:) = mm(:);
end;
figure;visualize(ff',1)
figure;visualize(ff')

0 comments on commit 264b73a

Please sign in to comment.