Visual Debugging

This commit is contained in:
Si11ium
2019-03-05 20:31:33 +01:00
parent 6625481091
commit de6aa68f23
6 changed files with 59 additions and 42 deletions

View File

@ -67,7 +67,7 @@ class FixpointExperiment(Experiment):
net.self_attack()
i += 1
if run_id:
weights = net.get_weights()
weights = net.get_weights_flat()
self.add_trajectory_segment(run_id, weights)
self.count(net)