This correctly saves checkpoint but if I interrupt training before the end and re-run the last portion of the code (from mobnet_fit <- ...), training systematically restarts from scratch. What I am doing wrong?
PS: more generally, is there a forum/mailing list/etc. where such question could be asked since it may not be a bug/issue but rather a misunderstanding on my part.
Hi,
I have a simple CNN which looks like
I have training and validation dataset and dataloaders, built with
image_folder_dataset
. I train withThis correctly saves checkpoint but if I interrupt training before the end and re-run the last portion of the code (from
mobnet_fit <- ...
), training systematically restarts from scratch. What I am doing wrong?PS: more generally, is there a forum/mailing list/etc. where such question could be asked since it may not be a bug/issue but rather a misunderstanding on my part.