-
Couldn't load subscription status.
- Fork 99
Open
Description
I propose to introduce the method evaluate that will returns the loss value for the trained model:
function evaluate(input_data, output_data, loss) result(res)
real, intent(in) :: input_data(:,:)
real, intent(in) :: output_data(:,:)
class(loss_type), intent(in), optional :: loss
real :: res(size(output_data, 1))
end functionmilancurcic
Metadata
Metadata
Assignees
Labels
No labels