-
-
Couldn't load subscription status.
- Fork 26
Open
Description
Hi first off: wonderful package :)
I have some issues with the ProgressPrinter not showing up even when using the defaultcallbacks.
learner = Learner(model, loss; optimizer=opt, callbacks=[ToGPU()], usedefaultcallbacks=true)
FluxTraining.fit!(learner, epochs, (dl, val_dl)) # where dl, dl_val are both Flux.DataLoader objectsDo I need to do something specific when constructing the Learner which I have missed? From the code it seems like I would need to give it a Progress object, do I have to construct that myself? What requirements does my data-iterator have to fullfill to show up with the defaultcallbacks?
Metadata
Metadata
Assignees
Labels
No labels