Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_step
Method · 0.95
test_trainer_with_configs
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_trainer_with_configs
Method · 0.64