MCPcopy Create free account
hub / github.com/tensorflow/models / task_weight

Method task_weight

official/modeling/multitask/multitask.py:88–89  ·  view source on GitHub ↗
(self, task_name)

Source from the content-addressed store, hash-verified

86 return self._tasks
87
88 def task_weight(self, task_name):
89 return self._task_weights[task_name]
90
91 @property
92 def task_weights(self):

Callers 2

joint_train_stepMethod · 0.95

Calls

no outgoing calls

Tested by 1