MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / define_actions_3dhp

Function define_actions_3dhp

common/utils.py:135–141  ·  view source on GitHub ↗
( action, train )

Source from the content-addressed store, hash-verified

133
134
135def define_actions_3dhp( action, train ):
136 if train:
137 actions = ["Seq1", "Seq2"]
138 else:
139 actions = ["Seq1"]
140
141 return actions
142
143
144def Load_model(args, model, model_refine=None):

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected