jperezrua / mfas

Implementation of CVPR 2019 paper "Mfas: Multimodal fusion architecture search"
76 stars 20 forks source link

Search an architecture on custom dataset #5

Closed zhulishun closed 4 years ago

zhulishun commented 4 years ago

Hi~ Thank you for sharing such a great job! I want to know how to use MFAS to search an architecture on my custom datasets, such as RGB and infrared images.

jperezrua commented 4 years ago

Hi @zhulishun , I think the best way for you to start is by taking a look at different specializations of the ModelSearcher class in here.

You will have to add the corresponding dataloaders and backbone models and so on.

zhulishun commented 4 years ago

@juanmanpr Thanks a lot.

abhishektyaagi commented 2 years ago

@zhulishun Did you try out MFAS on a custom dataset?

abhishektyaagi commented 2 years ago

@jperezrua Is it possible for you to elaborate a bit on using MFAS framework with our own custom dataset? I looked at the ModelSearcher class mentioned here. I understand that there exists one class for each of the datasets.

Now if I want to add my own dataset and want to search for some architectures on it, what do you recommend I should look at as my next step?