funkelab / gunpowder

A library to facilitate machine learning on multi-dimensional images.
https://funkelab.github.io/gunpowder/
MIT License
78 stars 56 forks source link

Add validation capability to JAX train node. #178

Closed trivoldus28 closed 2 years ago

trivoldus28 commented 2 years ago

Add validation capability for JAX train node by calling a user provided function with the current model and also providing an argument to specify how often to run this function.

Pre-Merge Checklist: