Skip to content
Snippets Groups Projects
Commit 0a46d69a authored by Marie Generali's avatar Marie Generali :worried:
Browse files

remove unused variable

parent 8c5cac4a
No related branches found
No related tags found
No related merge requests found
......@@ -1133,9 +1133,7 @@ class Manager(OCRManager):
).permute(2, 0, 1)
for i in range(0, max_chars):
output, pred, hidden_predict, cache, weights, temperature = self.models[
"decoder"
](
output, pred, hidden_predict, cache, weights = self.models["decoder"](
features,
enhanced_features,
predicted_tokens,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment