Function example_rnn_regression::test
source · pub(crate) fn test<Framework: IFramework + 'static>(
backend: Rc<Backend<Framework>>,
batch_size: usize,
file: &Path
) -> Result<(), Box<dyn Error>>
Expand description
Test a the validation subset of data items against the trained network state.