Skip to content

Commit

Permalink
Bugs in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikeyaKaushik committed Aug 4, 2018
1 parent efdcb1c commit 5658c6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions snn_stuff/GoalApproaching.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ def backward_pass(self,frame,y_data,tmat_input,tmat_hidden,curr_ep):


def snn_testing(data_frame, weights):
print('weights : ',weights)
snn = SNN()
snn.W = weights
snn.reset()
Expand Down
Binary file added snn_stuff/snn_temp_testing.npy
Binary file not shown.

0 comments on commit 5658c6d

Please sign in to comment.