neural-fortran icon indicating copy to clipboard operation
neural-fortran copied to clipboard

Implement read-only forward pass

Open milancurcic opened this issue 2 years ago • 0 comments

Current forward pass store data needed for the backward pass during training. This is not necessary for inference alone. Each layer should provide a read-only forward pass called output or similar.

milancurcic avatar Jul 11 '22 14:07 milancurcic