It’s very easy using fastai2 and datablock api. You just to need to do:
Datablock(blocks=(ImageBlock, ImageBlock, MultiCategoryBlock), ....)
See http://dev.fast.ai/tutorial.siamese or muellerzr vision course
It’s very easy using fastai2 and datablock api. You just to need to do:
Datablock(blocks=(ImageBlock, ImageBlock, MultiCategoryBlock), ....)
See http://dev.fast.ai/tutorial.siamese or muellerzr vision course