You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to implement this several months ago and got what I thought were strange errors; now that I look at it again it's pretty clear that the loss can't actually be computed from the inputs to feed_forward! The feed_forward method only takes as inputs the input arrays to the network (notably not the target outputs). Losses in general (except for autoencoder losses) require target outputs to compute, so in general this isn't going to be doable as-is.
I will leave this open; we could add a method that just computes the loss, perhaps.
lmjohns3
changed the title
include loss value in feed_forward output
add feed_forward-like method for computing loss value
Jun 3, 2016
We should include the value of the loss in the output from the feed_forward method.
The text was updated successfully, but these errors were encountered: