We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606ec57 commit 64b4552Copy full SHA for 64b4552
pkg/converter/flair/convert.go
@@ -193,8 +193,6 @@ func (conv *converter[T]) encoderEmbeddingsTokensEncoder() ([]flair.TokensEncode
193
}
194
195
switch {
196
- case flairWe == nil:
197
- return nil, fmt.Errorf("WordEmbeddings not found in StackedEmbeddings")
198
case flairEmbForward == nil:
199
return nil, fmt.Errorf("FlairEmbeddings-forward not found in StackedEmbeddings")
200
case flairEmbBackward == nil:
0 commit comments