ysysys666

Results 4 comments of ysysys666

@fddance i have the same problem, i can train dino with RTX3090, but RTX2080 has the problem "error in ms_deformable_im2col_cuda: no kernel image is available for execution on the device"...

@fddance i have solved it. remove build and rebuild detrex. hope to be helpful to you

train.init_checkpoint = "./configs/dino-swin/swin_small_patch4_window7_224_22kto1k_finetune.pth" train.output_dir = "./output/dino_swin_small_224_4scale_12ep_8bs" train.max_iter = 180000 optimizer.lr = 5e-5 dataloader.train.total_batch_size = 8 other config is the same as "dino_swin_small_224_4scale_12ep.py"

@rentainhe excuse me,Have you encountered similar problems when loading swin-s weights