Merge branch 'master' of gitlab.lrz.de:mobile-ifi/bannana-networks
This commit is contained in:
@ -674,8 +674,6 @@ if __name__ == '__main__':
|
||||
run_exp(net)
|
||||
|
||||
if False:
|
||||
# this does not work as the aggregation function screws over the fixpoint computation....
|
||||
# TODO: check for fixpoint in aggregated space...
|
||||
with FixpointExperiment() as exp:
|
||||
run_count = 1000
|
||||
net = TrainingNeuralNetworkDecorator(AggregatingNeuralNetwork(4, width=2, depth=2)).with_params(epsilon=0.1e-6)
|
||||
|
Reference in New Issue
Block a user