"docs/vscode:/vscode.git/clone" did not exist on "77cdd160f15f63f18c35e7f2d885dcc14e85a846"
Commit ae6c9d7a authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Add a reference for annealing task sampler.

PiperOrigin-RevId: 390359654
parent 40013f67
...@@ -78,7 +78,10 @@ class ProportionalTaskSampler(TaskSampler): ...@@ -78,7 +78,10 @@ class ProportionalTaskSampler(TaskSampler):
class AnnealingTaskSampler(TaskSampler): class AnnealingTaskSampler(TaskSampler):
"""Sample tasks according to task weights as well as training progress.""" """Sample tasks according to task weights as well as training progress.
See http://proceedings.mlr.press/v97/stickland19a/stickland19a.pdf
"""
def __init__(self, def __init__(self,
task_weights: Dict[Text, Union[float, int]], task_weights: Dict[Text, Union[float, int]],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment