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

folder util missing #1

Open
w3ntao opened this issue Dec 21, 2018 · 3 comments
Open

folder util missing #1

w3ntao opened this issue Dec 21, 2018 · 3 comments

Comments

@w3ntao
Copy link

w3ntao commented Dec 21, 2018

Hi Seong, I'm trying to get your code running but did you forget to upload some utility file? I think the whole folder util is missing.

$ ./run.py
Traceback (most recent call last):
File "./run.py", line 9, in
from mnist_nets.train_mnist_nets import main as build_mnist_nets
File "src/mnist_nets/train_mnist_nets.py", line 9, in
from mnist import training as mnist_train
File "src/mnist_nets/mnist.py", line 9, in
from imports.ResearchTools import *
File "src/imports/ResearchTools.py", line 7, in
from util.construct_controls import apply_explist
ImportError: No module named util.construct_controls

@coallaoh
Copy link
Owner

coallaoh commented Jan 8, 2019

Hi WentaoZero,

The util package is in ResearchTools submodule. Did you recursively clone this repository?

git clone https://github.com/coallaoh/WhitenBlackBox.git --recursive

@w3ntao
Copy link
Author

w3ntao commented Jan 28, 2019

Hi Seong,

Uh that was ... stupid.
With recursively clone, now it's working!

But I couldn't download your pretrained MNIST-NET dataset, even from CISPA (Saarland campus).

Best,
Wentao

@coallaoh
Copy link
Owner

Since the download works for me, can you share the error message when you try

wget https://datasets.d2.mpi-inf.mpg.de/joon18iclr/MNIST-NET.tar.gz

? (assuming you're using linux machine)

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