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

missing directory error when I try to run the ipynb files #3

Open
p-z-b-d opened this issue Nov 13, 2020 · 1 comment
Open

missing directory error when I try to run the ipynb files #3

p-z-b-d opened this issue Nov 13, 2020 · 1 comment

Comments

@p-z-b-d
Copy link

p-z-b-d commented Nov 13, 2020

Hello!

I am a PhD student and I am very interested in your work! That's why I am trying to replicate your results, so I can understand the details of Branchynet based on your implementation.
I am currently simply using a Google Colab notebook. I have uploaded all the files and I have been able to import the modules and functions, etc.

However, when I try to get the data from the datasets and create the training and testing datasets I get the following error:
No such file or directory: 'datasets/data/pcifar10/data.npz'
image

Indeed, based on the downloadable zip file that I got from your Github, there is no datasets/data folder.

Also,

When I run the code below:
from networks import lenet_mnist

branchyNet = lenet_mnist.get_network()
branchyNet.to_gpu()
branchyNet.training()

I get the following error:
'module' object has no attribute 'ReLU'

Do you have any ideas or insights as to why this happens?
Is there a more recent version of the code, or the downloadable folder structure that would resolve this?

Thank you for your attention to this,

Best,
Pavlos Zouridakis

@EmpyreanGadfly
Copy link

Hello,

I'm also having an issue with the datasets. To help the comment above there is a download_data.sh file that builds the correct folders and is supposed to download the data from a google share site. This site is blocking access and I am unable to implement the get_results.sh to run the experiments. I have tried utilizing the CIFAR-10 dataset which I also cannot get working. Any advice would be greatly appreciated!

Amazing work by the way!

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

2 participants