carpedm20 / carpedm20/neural-summary-tensorflow
ImportError: No module named models
- Dominant language
- Python
- Stars
- 271
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
rzai@rzai00:~/prj/neural-summary-tensorflow$ python main.py --dataset duc2013
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcudnn.so locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcufft.so locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcurand.so locally
Traceback (most recent call last):
File "main.py", line 5, in
from models import NAMAS
ImportError: No module named models
rzai@rzai00:~/prj/neural-summary-tensorflow$
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with main.py and its `from models import NAMAS` import, then inspect the repository layout to determine why the models module is unavailable when running the reported command. Done means the command can resolve that import and proceed past the shown ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100