liuzh91 opened a new issue #17320: Add customized event handlers in 
ValidationHandler
URL: https://github.com/apache/incubator-mxnet/issues/17320
 
 
   ## Description
   Current `mxnet.gluon.contrib.ValidationHandler` does not support customized 
event handlers although `eval_fn` usually supports customized `EventHandler`. 
The code is shown below:
   
   ```python
       if self.epoch_period and self.current_epoch % self.epoch_period == 0:
           self.eval_fn(val_data=self.val_data)
   ```
   
   
   ## References
   - 
https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/contrib/estimator/event_handler.py
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to