Last active
September 30, 2020 19:43
-
-
Save suvash/d9fe3aa8d570d42ab65175a057d402a4 to your computer and use it in GitHub Desktop.
DHCD (Devanagari) dataset ResNet32 model fitting
Thanks for confirming.
I'm using fastai v2 and with that there is a new function cnn_learner() to init a pre-trained model based learner. This function has a parameter to specify the fraction of dataset to use as the validation set.
Anyways, will look forward to your updates to this notebook.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there. From what I remember, I did create a separate validation set. I'll have to hunt down the script I used to do that. Unfortunately, that's not included in this notebook.
I could actually update this notebook to use the newly released v2, and post the results. It shouldn't deviate a lot. will update here once I get around doing that. Give or take, in some weeks I'd assume.