y=tt.rand(2,11,3); yr=tt.reshape(y,[2,2**10]); Error for ys=yr.round(1e-6) Error for print(yr[1,1])
y=tt.rand(2,11,3); yr=tt.reshape(y,[2,2**10]);
Error for ys=yr.round(1e-6)
Error for print(yr[1,1])