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

Unable to extract output files #88

Open
ghost opened this issue Nov 19, 2015 · 0 comments
Open

Unable to extract output files #88

ghost opened this issue Nov 19, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 19, 2015

Hi,

I am trying to run the examples that come with deepnet, and I tried to run the RBM example.

The process went on to completion with the MNIST dataset, but the output files obtained seem to be gzip files with NO extension, which I have not been able to extract yet. Can anyone please help me with this?

Here's the error I get -

titan2@titan2-Precision-T3610:~/output2$ gunzip '/home/titan2/output2/mnist_classifier_pretrained_LAST' 
gzip: /home/titan2/output2/mnist_classifier_pretrained_LAST: unknown suffix -- ignored
titan2@titan2-Precision-T3610:~/output2$ gunzip -c < '/home/titan2/output2/mnist_classifier_pretrained_LAST' > '/home/titan2/output3/mnist_classifier_pretrained_LAST' 

With the second command above, the file gets generated but I am not able open the file that is generated. The text editor hangs and opens nothing.

How do I solve this issue? Thanks a lot in advance!

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

0 participants