Tianhe Wu
Tianhe Wu
I would like to ask the author if there is a pre-trained model of resnet18?I really need it! Thanks!
Using GPU 2 number of train scenes: 160 number of test scenes: 40 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1875/1875 [06:53
I have an image and I want to use your pretrained model to generate the scanpath coordinates for this image. How should I do. Thanks! Please help me!
``` # ===================== idxBl_to_var_input: only used in VAR training, for getting teacher-forcing input ===================== def idxBl_to_var_input(self, gt_ms_idx_Bl: List[torch.Tensor]) -> torch.Tensor: next_scales = [] B = gt_ms_idx_Bl[0].shape[0] C = self.Cvae H...