ai-fast-track/timeseries

Callbacks Support?

CarterVE opened this issue · 2 comments

Hi,

I'm having trouble getting callbacks to work with the timeseries learner, have they been implemented at all? Specifically, having the SaveModelCallback ensures that the model being saved is at the optimal state during training. Please let me know if this has been implemented and I'm just approaching it incorrectly, or if this is not yet implemented.

Thanks!
Carter

Screen Shot 2020-07-28 at 2 49 37 PM

Also when I do pass the learner to the callback I get this:

Screen Shot 2020-07-30 at 3 15 06 PM

It must be something specific of that Callback. I use WandbCallback and it does not raise that error