axon icon indicating copy to clipboard operation
axon copied to clipboard

Return tuple of loop state and transformed state

Open Ian-GL opened this issue 1 year ago • 0 comments

If I understood correctly #362 , the new output of the transform should be {%Axon.Loop.State{...}, transformed_state}, so this PR implements said change and updates the tests. This should be the case for other default transforms too? So far I just changed trainer but I guess evaluator should follow suit. Is that right @seanmor5 ?

Closes #362

Ian-GL avatar Oct 12 '22 00:10 Ian-GL