google-deepmind / google-deepmind/learning-to-learn

AttributeError: 'module' object has no attribute 'AbstractModule'

Open
#15 9 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.1k
Forks
602
PR merge metrics
No merged PRs in 30d

Description

```python
Matplotlib required for plot()
Traceback (most recent call last):
File "evaluate.py", line 26, in
import meta
File "/Users/tomato/Sites/learning-to-learn/meta.py", line 32, in
import networks
File "/Users/tomato/Sites/learning-to-learn/networks.py", line 31, in
import preprocess
File "/Users/tomato/Sites/learning-to-learn/preprocess.py", line 26, in
class Clamp(snt.AbstractModule):
AttributeError: 'module' object has no attribute 'AbstractModule'
```
```sh
$ python -V
Python 2.7.13
$ pip -V
pip 9.0.1 from /usr/local/lib/python2.7/site-packages (python 2.7)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.