How to train a 3*100 matrix(3d data)

predict = model( Variable( x_train)) # x_train is a 3100
# array
The question is I don’t know what type or shap( error says 3
11100) it is. so I can’t scatter or plot it.

Can anyone help me?