↓ 1 callersMethod_permute_input # TODO Adapt this # >>> BaseRNN(BaseRNNConfig(10, 10, num_heads=2, input_shape='SBG'))._permute_input(torch.zeros((5, 2, 10))).shape
src/vislstm/modules/xlstm/blocks/slstm/cell.py:324
↓ 1 callersMethod_permute_output >>> BaseRNN(BaseRNNConfig(10, 16, num_heads=2, output_shape='SBH'))._permute_output(torch.zeros((5, 2, 16))).shape torch.Size([5, 2,
src/vislstm/modules/xlstm/blocks/slstm/cell.py:351
↓ 1 callersFunction_preprocess(
train_x,
test_x,
train_y,
test_y,
k,
tau,
batch_norm
src/ksuit/metrics/multiclass_knn.py:16