When combining multiple datasets for validation, evaluation function does not work.
AttributeError: 'ConcatDataset' object has no attribute 'evaluate'
Motivation
Usually you download datasets for different sources and you keep them in the same format (say COCO). You can now train with all data using concat method but it would be very useful to validate on both too.
Related resources
None
Additional context
I am not sure about which would be the best approach... maybe edit ConcatDataset wrapper to merge different datasets first and then call parent class constructor.
I am willing to implement this feature myself.
Any update with this?
Most helpful comment
Any update with this?