Pranay Modukuru

Results 5 comments of Pranay Modukuru

I have a similar question. How to make a window of a fixed size?

I suppose we cannot slice index pytorch tensors from Julia as of yet.. May I know when or wether this option would be available?

> Yes, that's correct. So we have to resort to the API like `index_select` by now. Could you please give an example for that.

I think these examples show selecting only a single value from a tensor, but I would like to select a slice of a tensor. For example: `a = torch.rand(1,2,28,28)` `a[0,1,...

How to make the window size fixed?