enas_model icon indicating copy to clipboard operation
enas_model copied to clipboard

AttributeError: module 'cell' has no attribute 'EnasNode'

Open impulsecorp opened this issue 6 years ago • 0 comments

On a new Ubuntu 16.04 AWS GPU server that I set up today using the Deep Learning AMI at https://aws.amazon.com/marketplace/pp/B077GCZ4GR I get an error. I pip3 installed the latest versions of tensorflow-gpu and keras, and a similar nn search program I installed works fine. Here's the error I get:

ubuntu@ip-172-31-17-27:~/enas_model$ python3 main.py Traceback (most recent call last): File "main.py", line 11, in from cell import dnn_cell File "/home/ubuntu/enas_model/cell/dnn_cell.py", line 9, in class DnnNode(cell.EnasNode): AttributeError: module 'cell' has no attribute 'EnasNode' ubuntu@ip-172-31-17-27:~/enas_model$ ^C

impulsecorp avatar Jun 25 '18 15:06 impulsecorp