-
Notifications
You must be signed in to change notification settings - Fork 0
/
log
39 lines (38 loc) · 2.33 KB
/
log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Python 3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.
Correct 1 values from the start
Correct 0 values from the start
Correct 1 values from the start
Correct 0 values from the start
Correct 1 values from the start
Correct 2 values from the start
Correct 0 values from the start
Correct 0 values from the start
Correct 0 values from the start
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.3.2\helpers\pydev\pydev_run_in_console.py", line 53, in run_file
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.3.2\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "C:/Users/arjeu/Documents/GML/GML.py", line 636, in <module>
mtrain_caus0_seq0(xagi,x,y)
File "C:/Users/arjeu/Documents/GML/GML.py", line 609, in mtrain_caus0_seq0
gmlmainobj.backpropagation(depvar)
File "C:/Users/arjeu/Documents/GML/GML.py", line 552, in backpropagation
self.backpropogate_spec(names,stimuli)
File "C:/Users/arjeu/Documents/GML/GML.py", line 538, in backpropogate_spec
self.backpropogate_spec(self.classdict[inputnames[x]].nodelogic,self.classdict[inputnames[x]].dontcares[0])
File "C:/Users/arjeu/Documents/GML/GML.py", line 538, in backpropogate_spec
self.backpropogate_spec(self.classdict[inputnames[x]].nodelogic,self.classdict[inputnames[x]].dontcares[0])
File "C:/Users/arjeu/Documents/GML/GML.py", line 538, in backpropogate_spec
self.backpropogate_spec(self.classdict[inputnames[x]].nodelogic,self.classdict[inputnames[x]].dontcares[0])
File "C:/Users/arjeu/Documents/GML/GML.py", line 530, in backpropogate_spec
boollist=self.getboollist(inputnames[x])
File "C:/Users/arjeu/Documents/GML/GML.py", line 436, in getboollist
for x in self.classdict[nodename].nodelogic:
AttributeError: 'InitNode' object has no attribute 'nodelogic'
PyDev console: using IPython 6.2.1
Python 3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)] on win32
Comments:
failed when using 4 layers