You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output has a dimensionality of 2. The first dimension is presented above, the second one has a dimensionality 13 x 12 x 512 x 256.
I want to understand, which of these data are embeddings.
The text was updated successfully, but these errors were encountered:
I want to get embeddings from last hidden state, but I can't do it, because my output has no param last_hidden_state.
But I got the embeddings this way:
1. Load model
2. Inputs
test_df.head(1).labels.values is an ordinary SMILES row
3. Outputs
4. Questions
Output has a dimensionality of 2. The first dimension is presented above, the second one has a dimensionality 13 x 12 x 512 x 256.
I want to understand, which of these data are embeddings.
The text was updated successfully, but these errors were encountered: