Skip to content
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

Main_BinaryNet_Cifar10.lua Line 84 local data = require 'Data' does not return #18

Open
binzhang1212 opened this issue Oct 20, 2017 · 0 comments

Comments

@binzhang1212
Copy link

binzhang1212 commented Oct 20, 2017

This line created the data files in the PreProcData/Cifar10/ subdirectory

553MB rgbwhiten_train.t7
123MB rgbwhiten_test.t7
61MB rgbwhiten_valid.t7

only these three files were created, and then the program hanged on this line forever (hours).

So far I traced it to the call to unsup.pcacov() in Data.lua. This is where it stopped to progress.

I tried to send messages using io.stderr:write() before and after this line of code. The message before appeared on the screen but the message after never showed up.

Any ideas on how to fix it? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant