ALI icon indicating copy to clipboard operation
ALI copied to clipboard

ImportError: No module named ali.utils

Open xtarx opened this issue 7 years ago • 0 comments

I followed the same steps in the readme file, but when I run this line

$ THEANORC=theanorc python experiments/ali_cifar10.py

I get:

Traceback (most recent call last):
  File "experiments/ali_cifar10.py", line 3, in <module>
    from ali.utils import get_log_odds, conv_brick, conv_transpose_brick, bn_brick
ImportError: No module named ali.utils

xtarx avatar Oct 07 '17 12:10 xtarx