MrEGG

Results 4 comments of MrEGG

I can't run the compile.m, but met the following error: `Unsupported architecture 'mingw32-i686'` I locate the error,and find: ``` arch = computer('arch') ; ... switch arch case 'win64', opts.cudnnLibDir =...

@zekun-li Hi, the provided *.npy file has shape (1, num_frames, 224, 224, 3), I wonder what "1" refers to? And what's its value?

@zekun-li Thanks a lot! Have you solved your problem above? It seems that the sample data firstly rescale to [-1,1](videos to videos),and secondly rescale to [0,1](videos to *.npy file). By...