Eliorkalfon / single_cell_pb

Deep learning models for the Kaggle's Open Problems – Single-Cell Perturbations competition
7 stars 4 forks source link

About TransformerEncoderLayer #10

Open Chengwei-Yan opened 5 months ago

Chengwei-Yan commented 5 months ago

Dear author, I have a question. Normally, TransformerEncoderLayer processes three-dimensional data, but I observed that it appears to be processing two-dimensional data here. Why does this approach work effectively?