You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project, I looked at your model.py and train.py files
Can you pinpoint the core code for frame selection and frame aggregation in the file?:happy:
The text was updated successfully, but these errors were encountered:
gumbel_softmax_top_k(logits, top_k, tau, hard=False, reduce_sum=True, maskvector=True, logit_tau=1): Is this function from modeling/gumbel_softmax.py used to select top-k frames? and actions = gumbel_softmax_top_k(prob, int(self.top_k), tau, True, reduce_sum=False) What does the return value actions mean? select_frames or not ? 😃
Great project, I looked at your
model.py
andtrain.py
filesCan you pinpoint the core code for frame selection and frame aggregation in the file?:happy:
The text was updated successfully, but these errors were encountered: