MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / generate_input_labels

Function generate_input_labels

brainworkshop.py:3098–3108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3096
3097
3098def generate_input_labels():
3099 labels = []
3100 modalities = mode.modalities[mode.mode]
3101 pos = 0
3102 total = len(modalities)
3103 for m in modalities:
3104 if m != 'arithmetic':
3105
3106 labels.append(FeedbackLabel(m, pos, total))
3107 pos += 1
3108 return labels
3109
3110class ArithmeticAnswerLabel:
3111 def __init__(self):

Callers 1

new_sessionFunction · 0.85

Calls 1

FeedbackLabelClass · 0.85

Tested by

no test coverage detected