Tony
Tony
Hi, I have two doubts regarding the code. 1. Is the mask for the original sequence static during pre-train? E.g.: I have a sequence of length 10, [1, 2, 3,...
Hi, I am very curious about why you chose to design the patch embedding function as below: ``` self.to_patch_embedding = nn.Sequential( Rearrange('b c (f pf) (h p1) (w p2) ->...
Hi, I love your videos, I have literally watched every single second of them. I would like to ask that here you said in the video that, it now can...