Help needed in Datablock Api

Can someone tell me how can I add validation set manually into Datablock Api or any image dataloaders.
I tried with ImageDataloader.from_folder, so when I gave the validation set and not giving any valid_pct an error is showing up.

can you share the error?

If you want more flexibility you should move away from the one liner DataLoader’s and to the DataBlock API. The one liners are there for convenience but won’t solve every problem the more you step away from the assumptions they assume. See notebook 50 for some ideas of how to use it:

I also have an introductory blog as well

3 Likes

Okay I will look into it, but my problem was in the docs it is given you can add validation set directly.

Sure I will check it out