Chaoran Fu
Chaoran Fu
hello, developer, is it compatible with Swin-T
Dear author, I saw in your code said "Vit model input can transform 224 to another, we use linear", but I do not know how to use it. I tried...
dear naver, great work with image retieval, I am so interested on your work, and want to try it on other datasets like imagenet-1k( and I saw you have imagenet-1k...
I am training my own dataset , I add classes_to_load in the data dict, and coco.py,but it always tell my,TypeError: __init__() got an unexpected keyword argument 'classes_to_load' 
Dear auther, Can you release your timm version to us, I tried timm 0.9.7 and 0.9.12, but both of them show me that ImportError: cannot import name 'convert_splitbn_model' from 'timm.models'
I printed x after the for image, label in dataloader: line and the for loop line were completed, and I got the result of None, and I found that for...
**Describe** Model I am using (LayoutLMv3): I plan to use the layoutlmv3 model to fine-tune my own dataset. The format of my dataset is created in the ”funsd“ style, but...