clarified spec

This commit is contained in:
Davis King 2015-11-06 09:23:37 -05:00
parent 87b182b5f3
commit 91f512eca4
1 changed files with 2 additions and 1 deletions

View File

@ -379,7 +379,8 @@ namespace dlib
);
/*!
requires
- forward(x) was called to forward propagate x though the network.
- forward(x) was called to forward propagate x though the network. Moreover,
this was the most recent call to forward().
- get_gradient_input() has been set equal to the gradient of this network's
output with respect to some loss function.
- This instance of solvers has only ever been used with this network. That