forked from atulsinha007/Domain-adaptation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
log_error_main.txt
102 lines (70 loc) · 4.37 KB
/
log_error_main.txt
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=13, tm_min=48, tm_sec=21, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
test_it_with_bp(play=1, NGEN=100, MU=4 * 25, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 301, in test_it_with_bp
network_obj_tar.test_err(min(pop, key=lambda x: x.fitness.values[1])))
NameError: name 'network_obj_tar' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=14, tm_min=35, tm_sec=3, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
test_it_with_bp(play=1, NGEN=100, MU=4 * 25, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 301, in test_it_with_bp
network_obj_tar.test_err(min(pop, key=lambda x: x.fitness.values[1])))
NameError: name 'network_obj_tar' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=14, tm_min=36, tm_sec=13, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
test_it_with_bp(play=1, NGEN=100, MU=4 * 25, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 301, in test_it_with_bp
network_obj_tar.test_err(min(pop, key=lambda x: x.fitness.values[1])))
NameError: name 'network_obj_tar' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=22, tm_min=32, tm_sec=24, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
test_it_with_bp(play=1, NGEN=100, MU=4 * 25, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 280, in test_it_with_bp
pop, stats = main(play=play, NGEN=NGEN, MU=MU)
File "main.py", line 102, in main
for ind, fit in zip(invalid_ind, fitnesses):
File "main.py", line 36, in minimize_src
outputarr = network_obj_src.feedforward_ne(individual, final_activation=network.softmax)
File "/home/placements2018/Desktop/neuro-evolution/network.py", line 209, in feedforward_ne
storage[tup[1].node_num] += storage[tup[0].node_num]*weight
IndexError: index 325 is out of bounds for axis 0 with size 174
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=22, tm_min=33, tm_sec=53, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
test_it_with_bp(play=1, NGEN=100, MU=4 * 25, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 280, in test_it_with_bp
pop, stats = main(play=play, NGEN=NGEN, MU=MU)
File "main.py", line 102, in main
for ind, fit in zip(invalid_ind, fitnesses):
File "main.py", line 36, in minimize_src
outputarr = network_obj_src.feedforward_ne(individual, final_activation=network.softmax)
File "/home/placements2018/Desktop/neuro-evolution/network.py", line 209, in feedforward_ne
storage[tup[1].node_num] += storage[tup[0].node_num]*weight
IndexError: index 325 is out of bounds for axis 0 with size 174
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=15, tm_hour=21, tm_min=53, tm_sec=49, tm_wday=6, tm_yday=105, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 313, in <module>
post_st = sys.argv[1]
IndexError: list index out of range
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=15, tm_hour=21, tm_min=56, tm_sec=4, tm_wday=6, tm_yday=105, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
test_it_with_bp(play=1, NGEN=10, MU=4 * 5, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 280, in test_it_with_bp
pop, stats = main(play=play, NGEN=NGEN, MU=MU)
File "main.py", line 81, in main
stats = tools.Statistics(lambda ind: ind.fitness.values[0], ind.fitness.values[1], ind.fitness.values[2])
UnboundLocalError: local variable 'ind' referenced before assignment
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=15, tm_hour=21, tm_min=57, tm_sec=28, tm_wday=6, tm_yday=105, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
test_it_with_bp(play=1, NGEN=10, MU=4 * 5, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 280, in test_it_with_bp
pop, stats = main(play=play, NGEN=NGEN, MU=MU)
File "main.py", line 188, in main
mse = float(liso[3])
ValueError: could not convert string to float: '[ 1.62706134 342.99776082 160. ]'