Skip to content

Commit f951d9a

Browse files
authored
Rename task -> input in dataset.py (#467)
*Issue #, if available:* *Description of changes:* Rename all variables and methods that refer to "task" in `dataset.py` to use `input` instead: - `PreparedTask` → `PreparedInput` - `self.tasks` → `self.inputs` - `prepare_tasks` → `prepare_inputs` - `validate_and_prepare_single_dict_task` → `validate_and_prepare_single_dict_input` - All `task_` prefixed local variables renamed (e.g., `task_target` → `target`, `task_context` → `context`, `task_past_tensor` → `past_tensor`, etc.) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 0e9db70 commit f951d9a

File tree

3 files changed

+166
-166
lines changed

3 files changed

+166
-166
lines changed

0 commit comments

Comments
 (0)