@souravsingh you will need to add a data loader. Follow the format used in any of the data loader of this repository and call that data loader here.
Just keep in mind that your train/test data and labels follow this format. Also, make sure you have all these return values.
I am looking to train an Enet infrastructure on the dataset available here- https://github.com/jeanpat/DeepFISH
What are the points that I need to take care about when training the dataset on Enet and steps for training the dataset.