Patil04

Results 2 issues of Patil04

pi@raspberrypi:~ $ python dht11.py Traceback (most recent call last): File "dht11.py", line 2, in import dht11 File "/home/pi/dht11.py", line 12, in instance = dht11.DHT11(pin=14) AttributeError: 'module' object has no attribute...

TypeError Traceback (most recent call last) in 21 pairs=[] 22 for input,target in zip(data['input'],data['target']): ---> 23 VOC.index_words(input) 24 VOC.index_words(target) 25 if len(input.split(' ')) 14 self.word2index[word]=self.n_words 15 self.word2count[word]=1 16 self.index2word[self.n_words]=word TypeError:...