lstm-char-cnn-tensorflow icon indicating copy to clipboard operation
lstm-char-cnn-tensorflow copied to clipboard

ModuleNotFoundError: No module named '__main__.models'; '__main__' is not a package

Open hxpotato opened this issue 7 years ago • 0 comments
trafficstars

When I run the code I meet following message,who can help?thanks

Traceback (most recent call last): File "/home/hx/Downloads/lstm-char-cnn-tensorflow-master/main.py", line 5, in from .models import LSTMTDNN ModuleNotFoundError: No module named 'main.models'; 'main' is not a package

hxpotato avatar Jul 07 '18 05:07 hxpotato