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
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: