Add handler
#7
by
Jeney
- opened
No description provided.
@rshrott , yes, you have instructions about it here: https://github.com/dandelin/ViLT/blob/master/TRAIN.md
Hope it helps :)
Is the finetuning code of colab running?
Is the finetuning code of colab running?
I would think so. However, this is a PR on another topic. I will close the PR as I could add the handler on my repository :).
Jeney
changed pull request status to
closed
No it is not running when we try to run :
encoding = processor.feature_extractor.pad_and_create_pixel_mask(pixel_values, return_tensors="pt")
it is giving errors as :
'ViltImageProcessor' object has no attribute 'pad_and_create_pixel_mask'