Victor Turrisi
Victor Turrisi
Is there any way to access specific sample indexes, e.g., given a minibatch, is it possible to know the unique index of each sample in it?
Opening the PR now so that we can properly visualize the changes and eventually get the tests rolling.
Hey, When calling `_encode_image` from CoCa, it should return two tensors, the image-level features (cls token/global avg) and the individual token features, so `(image_size / 14) ** 2`, right? However,...
Right now the tokenizer decode method supports only a single instance at a time. I think it would be good to have `batch_decode` function and also support `skip_special_tokens` and `clean_up_tokenization_spaces`...