Itamar Katz

Results 2 comments of Itamar Katz

Thanks, I will try your suggestion. I actually use the gnumpy front-end to cudamat, which uses `kSelectRows` when the array is accessed via list of indices, not for regular access...

Thanks, I also wonder about this line: https://github.com/okrasolar/pytorch-timeseries/blob/88f65ad7d2bfdf5bea5c5e3aa1eab90c46b1856b/src/models/resnet_baseline.py#L71 Don't we want to add the residual (just `x` in this case) in any case, also when the size matches?