"test/vscode:/vscode.git/clone" did not exist on "bad7c26fdc7fb87099dc833ebf8ff873cef5170b"
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):
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,
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