yechengxi / LightCapsNet

A Matlab implementation of the capsule networks (or capsnet).
GNU General Public License v3.0
48 stars 25 forks source link

using the network #5

Open salim1993716 opened 5 years ago

salim1993716 commented 5 years ago

my problem is in testing the network, I have tried to use " predict " command but it does not predict.

predict (net,x) Error using predict (line 126) No valid system or dataset was specified.

this is the message.