forked from atulsinha007/Domain-adaptation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog_error_tl.txt
101 lines (65 loc) · 3.56 KB
/
log_error_tl.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
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=3, tm_hour=19, tm_min=41, tm_sec=2, tm_wday=1, tm_yday=93, tm_isdst=0)
Traceback (most recent call last):
File "main1.py", line 316, in <module>
test_it_with_bp(play=1, NGEN=10, MU=4 * 5, play_with_whole_pareto=1)
File "main1.py", line 281, in test_it_with_bp
pop, stats = main( play = play, NGEN = NGEN, MU = MU)
File "main1.py", line 101, in main
for ind, fit in zip(invalid_ind, fitnesses):
File "main1.py", line 33, in minimize_src
outputarr = network_obj_src.feedforward_ne(individual, final_activation=network.softmax)
NameError: name 'network' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=3, tm_hour=19, tm_min=42, tm_sec=34, tm_wday=1, tm_yday=93, tm_isdst=0)
Traceback (most recent call last):
File "main1.py", line 317, in <module>
test_it_with_bp(play=1, NGEN=10, MU=4 * 5, play_with_whole_pareto=1)
File "main1.py", line 282, in test_it_with_bp
pop, stats = main( play = play, NGEN = NGEN, MU = MU)
File "main1.py", line 102, in main
for ind, fit in zip(invalid_ind, fitnesses):
File "main1.py", line 36, in minimize_src
neg_log_likelihood_val = give_neg_log_likelihood(outputarr, network_obj_src.resty)
NameError: name 'give_neg_log_likelihood' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=4, tm_hour=22, tm_min=47, tm_sec=40, tm_wday=2, tm_yday=94, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
post_st = sys.argv[1]
NameError: name 'sys' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=4, tm_hour=22, tm_min=48, tm_sec=48, tm_wday=2, tm_yday=94, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
post_st = sys.argv[1]
NameError: name 'sys' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=4, tm_hour=22, tm_min=49, tm_sec=20, tm_wday=2, tm_yday=94, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
post_st = sys.argv[1]
NameError: name 'sys' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=3, tm_min=24, tm_sec=27, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
post_st = sys.argv[1]
NameError: name 'sys' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=3, tm_min=26, tm_sec=8, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 314, in <module>
post_st = sys.argv[1]
NameError: name 'sys' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=4, tm_min=2, tm_sec=22, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 315, 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 281, in test_it_with_bp
pop, stats = main(play=play, NGEN=NGEN, MU=MU)
File "main.py", line 203, in main
toolbox.register("mutate", mymutate_tar)
NameError: name 'mymutate_tar' is not defined
time.struct_time(tm_year=2018, tm_mon=4, tm_mday=5, tm_hour=13, tm_min=10, tm_sec=5, tm_wday=3, tm_yday=95, tm_isdst=0)
Traceback (most recent call last):
File "main.py", line 315, in <module>
test_it_with_bp(play=1, NGEN=60, MU=4 * 15, play_with_whole_pareto=1, post_st = post_st)
File "main.py", line 281, in test_it_with_bp
pop, stats = main(play=play, NGEN=NGEN, MU=MU)
File "main.py", line 203, in main
toolbox.register("mutate", mymutate_tar)
NameError: name 'mymutate_tar' is not defined