-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run demo_vis_filter.m error #31
Comments
And when I run |
same problem on ubuntu, any suggestion please? |
Solved by refering the 36th slide of the Marvin tutorial: http://marvin.is/teaching |
This is because square brackets in zsh has special meaning, so you have to escape them by putting \(backslash) before them like this |
I use Mac OS X. I want to run the mnist example, and I can train a model correctly by run demo.sh,but get error when demo_vis_filter.m in matlab:
Error using feof
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in readTensors (line 13)
while ~feof(fp)
Error in demo_vis_filter (line 11)
t=readTensors(sprintf('./filters_conv1_%d.tensor',n-1));
The text was updated successfully, but these errors were encountered: