don't merge this shitty ass code pls
This commit is contained in:
Supaaah1
2023-03-24 17:28:17 +01:00
parent b3913c281a
commit 14241c3e7b
636 changed files with 36237 additions and 2527 deletions

View File

@@ -314,6 +314,7 @@ namespace Mediapipe.Unity.Tutorial
{
learnableProbabilities.Add(((char)(i + 65)).ToString(), softmaxedOutput2[i]);
}
// publishes: new probs
//Debug.Log($"prob = [{learnableProbabilities.Aggregate(" ", (t, kv) => $"{t}{kv.Key}:{kv.Value} ")}]");
}
else