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

@ -173,6 +173,7 @@ class FeedForwardNetwork(_BaseNetwork):
bar.update()
return losses
if __name__ == '__main__':
with Experiment() as exp:
features, cells, layers = 2, 2, 2