Path Corrections for Multi os support

This commit is contained in:
Si11ium
2019-03-04 08:39:44 +01:00
parent 5295b51c28
commit f1a8d8184b
3 changed files with 41 additions and 38 deletions

View File

@ -314,7 +314,6 @@ class RecurrentNeuralNetwork(NeuralNetwork):
return new_weights
if __name__ == '__main__':
with FixpointExperiment() as exp:
for run_id in tqdm(range(100)):
@ -324,4 +323,3 @@ if __name__ == '__main__':
# net.print_weights()
exp.run_net(net, 100)
exp.log(exp.counters)