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
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