Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Compute output error and add the error to current epoch errors
  2. second_error = result - second_output
  3. errors.append(numpy.max(numpy.abs(second_error)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement