You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
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
The text was updated successfully, but these errors were encountered:
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!
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'
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
The text was updated successfully, but these errors were encountered: