I was able to solve that part by doing this:
feature_extractor = SegformerFeatureExtractor(do_resize=False, do_normalize=False)
But I am getting another error
Not sure why this is coming
I was able to solve that part by doing this:
feature_extractor = SegformerFeatureExtractor(do_resize=False, do_normalize=False)
But I am getting another error
Not sure why this is coming