Closed jacenfox closed 6 years ago
indeed, just pick isvalidation or istraining :) (I think that istraining is better personally)
I prefer istraining
too. In this case, we will also need to change the if statements in the callback objects. (from isvalid to istraining)
sure you can make a branch and I will merge it :)
Thanks to Mathieu.
https://github.com/MathGaron/pytorch_toolbox/blob/68055faf7017b3a3e8cc96b9f87d99220f28f562/pytorch_toolbox/loop_callback_base.py#L7
Change the variable name to
istest
,isvalidation
oristraining
should be better.