ALI
ALI copied to clipboard
ImportError: No module named ali.utils
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