Skip to content

Commit

Permalink
[mxnet] Fixes GloveWordEmbeddingTranslator bug (#3287)
Browse files Browse the repository at this point in the history
Fixes: #3286
  • Loading branch information
frankfliu authored Jul 1, 2024
1 parent c895909 commit e06fdfe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void prepare(TranslatorContext ctx) {
/** {@inheritDoc} */
@Override
public NDList processOutput(TranslatorContext ctx, NDList list) {
list.detach();
return list;
}

Expand Down

0 comments on commit e06fdfe

Please sign in to comment.