I can't understand the axis_neuron value #1251
-
Hello all, I want to train water with different Embedding net sizes like [1,2,4], [5,10,20], and [15,30,60,120] but I don't know what value should I choose for axis_neuron. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
we take a submatrix G_2 of the embedding matrix G_1 to construct the descriptor D = G_1^T R R^T G_2. The size of the submatrix is specified by the |
Beta Was this translation helpful? Give feedback.
we take a submatrix G_2 of the embedding matrix G_1 to construct the descriptor D = G_1^T R R^T G_2. The size of the submatrix is specified by the
axis_neuron
parameter.