latest
This commit is contained in:
BIN
code/setups/experiments/Aggregating/experiment.dill
Normal file
BIN
code/setups/experiments/Aggregating/experiment.dill
Normal file
Binary file not shown.
7
code/setups/experiments/Aggregating/experiment.html
Normal file
7
code/setups/experiments/Aggregating/experiment.html
Normal file
File diff suppressed because one or more lines are too long
1
code/setups/experiments/Aggregating/log.txt
Normal file
1
code/setups/experiments/Aggregating/log.txt
Normal file
@ -0,0 +1 @@
|
||||
{'divergent': 43, 'fix_zero': 57, 'fix_other': 0, 'fix_sec': 0, 'other': 0}
|
BIN
code/setups/experiments/Aggregating_Learning/experiment.dill
Normal file
BIN
code/setups/experiments/Aggregating_Learning/experiment.dill
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
code/setups/experiments/Aggregating_Soup/experiment.dill
Normal file
BIN
code/setups/experiments/Aggregating_Soup/experiment.dill
Normal file
Binary file not shown.
1
code/setups/experiments/Aggregating_Soup/log.txt
Normal file
1
code/setups/experiments/Aggregating_Soup/log.txt
Normal file
@ -0,0 +1 @@
|
||||
{'divergent': 0, 'fix_zero': 1, 'fix_other': 0, 'fix_sec': 0, 'other': 9}
|
BIN
code/setups/experiments/Aggregating_Soup/soup.dill
Normal file
BIN
code/setups/experiments/Aggregating_Soup/soup.dill
Normal file
Binary file not shown.
BIN
code/setups/experiments/FFTN/experiment.dill
Normal file
BIN
code/setups/experiments/FFTN/experiment.dill
Normal file
Binary file not shown.
7
code/setups/experiments/FFTN/experiment.html
Normal file
7
code/setups/experiments/FFTN/experiment.html
Normal file
File diff suppressed because one or more lines are too long
1
code/setups/experiments/FFTN/log.txt
Normal file
1
code/setups/experiments/FFTN/log.txt
Normal file
@ -0,0 +1 @@
|
||||
{'divergent': 3, 'fix_zero': 97, 'fix_other': 0, 'fix_sec': 0, 'other': 0}
|
BIN
code/setups/experiments/Weightwise/experiment.dill
Normal file
BIN
code/setups/experiments/Weightwise/experiment.dill
Normal file
Binary file not shown.
7
code/setups/experiments/Weightwise/experiment.html
Normal file
7
code/setups/experiments/Weightwise/experiment.html
Normal file
File diff suppressed because one or more lines are too long
0
code/setups/experiments/Weightwise/log.txt
Normal file
0
code/setups/experiments/Weightwise/log.txt
Normal file
BIN
code/setups/experiments/Weightwise_Learning/experiment.dill
Normal file
BIN
code/setups/experiments/Weightwise_Learning/experiment.dill
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
1
code/setups/experiments/Weightwise_Learning/log.txt
Normal file
1
code/setups/experiments/Weightwise_Learning/log.txt
Normal file
@ -0,0 +1 @@
|
||||
{'divergent': 0, 'fix_zero': 100, 'fix_other': 0, 'fix_sec': 0, 'other': 0}
|
BIN
code/setups/experiments/Weightwise_Soup/experiment.dill
Normal file
BIN
code/setups/experiments/Weightwise_Soup/experiment.dill
Normal file
Binary file not shown.
1
code/setups/experiments/Weightwise_Soup/log.txt
Normal file
1
code/setups/experiments/Weightwise_Soup/log.txt
Normal file
@ -0,0 +1 @@
|
||||
{'divergent': 0, 'fix_zero': 0, 'fix_other': 10, 'fix_sec': 0, 'other': 0}
|
BIN
code/setups/experiments/Weightwise_Soup/soup.dill
Normal file
BIN
code/setups/experiments/Weightwise_Soup/soup.dill
Normal file
Binary file not shown.
7
code/setups/experiments/Weightwise_Soup/soup.html
Normal file
7
code/setups/experiments/Weightwise_Soup/soup.html
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -0,0 +1 @@
|
||||
{'divergent': 6, 'fix_zero': 4, 'fix_other': 0, 'fix_sec': 0, 'other': 0}
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
{'divergent': 0, 'fix_zero': 10, 'fix_other': 0, 'fix_sec': 0, 'other': 0}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
{'divergent': 0, 'fix_zero': 10, 'fix_other': 0, 'fix_sec': 0, 'other': 0}
|
@ -8,7 +8,6 @@ from soup import *
|
||||
from experiment import *
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
def run_exp(net, prints=False):
|
||||
# INFO Run_ID needs to be more than 0, so that exp stores the trajectories!
|
||||
|
Reference in New Issue
Block a user