ATIS.keras icon indicating copy to clipboard operation
ATIS.keras copied to clipboard

cannot import data

Open luerhard opened this issue 6 years ago • 0 comments

Hey, I get a ModuleNotFoundError while downloading the data.

` import numpy as np from data import load train_set, valid_set, dicts = load.atisfull()

ModuleNotFoundError Traceback (most recent call last) in () ----> 1 train_set, valid_set, dicts = load.atisfull()

D:\mypath\atisfull_keras\ATIS.keras\data\load.py in atisfull() 49 50 try: ---> 51 train_set, test_set, dicts = pickle.load(f) 52 except UnicodeDecodeError: 53 train_set, test_set, dicts = pickle.load(f, encoding='latin1')

ModuleNotFoundError: No module named 'numpy.core.multiarray\r' `

Is that my bad or should the \r not be there?

sysinfo: System: 3.6.3 |Anaconda custom (64-bit)| (default, Nov 8 2017, 15:10:56) [MSC v.1900 64 bit (AMD64)] Windows-10-10.0.16299-SP0

luerhard avatar Jan 21 '18 09:01 luerhard