Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
DotWang committed Jun 8, 2023
1 parent f8e3367 commit 9765d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAEPretrain_SceneClassification/vit_win_rvsa_kvdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def forward(self, x, H, W):
sampling_angle_k = sampling_angle_k.reshape(num_predict_total, 1, window_num_h, window_num_w)

sampling_angle_v = self.sampling_angles_v(x)
sampling_angle_v = sampling_angle_k.reshape(num_predict_total, 1, window_num_h, window_num_w)
sampling_angle_v = sampling_angle_v.reshape(num_predict_total, 1, window_num_h, window_num_w)

# first scale

Expand Down

0 comments on commit 9765d7b

Please sign in to comment.