Ljubica Cimeša

Results 2 issues of Ljubica Cimeša

Hello, I had some problems with my conda virtual environment and I had to delete it and create a new one, and also I had to install all the packages,...

bug
regression
low priority

Steps to reproduce the behavior: 1. When I run this code ``` import torch input = torch.randn(1,8,6,7,160) CL= slayer.block.cuba.Pool(neuron_params, kernel_size =(2,2) , stride = 2, padding =0) output = CL(input)...

1-bug