Skip to content

[Feature] Postprocessing for filtering the correct prediction #35

@benjaminkost

Description

@benjaminkost

💡 Motivation und Nutzen

  • Because the chess moves are a limited set of 30 Characters
    -> a-h = 8
    -> 1-8 = 8
    -> german pieces: T, S, L, D, K = 5
    -> english pieces: R, N, B, Q, K = 5
    -> special signs: -, +, =, x = 4
    = 30
    ... I want to post process the results of the model

🚀 Vorgeschlagene Lösung

Using Beam Search or Sampling-procedure for Decoding to get multiple hypotheses/ results/ inferences

🔄 Alternativen

No response

📎 Zusätzliche Informationen

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions