Shikhar Sharma

Results 24 comments of Shikhar Sharma

This is also not available on some Unix systems

I just stumbled across this and our https://github.com/Maluuba/nlg-eval supports Python 3

[HMDB-51](http://serre-lab.clps.brown.edu/resource/hmdb-a-large-human-motion-database/) provides three train-test splits . We just used split 1. Hollywood2 also provides a train-test split. For validation we used 15% of the training data as validation set and...

@pmorerio the location softmax in my case is presented in (4) and in their case it is (4)+(5) (6) and (9) hold true for both papers the results in our...

@GerardoHH i just meant that `W_i` are the weights for `l_{t,i}` (ith element of the location softmax).

Hi everyone. I am sorry for all the delay. I was very busy with my thesis and graduation. I am no longer at the University of Toronto but will try...

@limingqishi The cell state and hidden state initialization happens in these lines: https://github.com/kracwarlock/action-recognition-visual-attention/blob/master/src/actrec.py#L368-L369 It is basically done by: - your features for a batch are of shape (no of timesteps,...

@frajem @limingqishi @GerardoHH Yes UCF-11 has no standard train test split and the accuracy will depend on the split. That's why we didn't report any further results on it. You...

@rishabh135 Also take a look at my comments two posts above this one. I will try to make this easier as soon as possible.

@rishabh135 https://github.com/kracwarlock/action-recognition-visual-attention/blob/5e3d0ab792195594cd422252cbac3f01333eb7ee/util/README.md#gpu-locking You should remove these lines. The GPU locking code was intended only for University of Toronto ML server users.