Allow task definitions to access context.output_dir to save custom things to the tasks output directory.
For example, in a transcribe task, my task outputs may be .txt transcripts, but I may also want to save the model's raw output as .json, which I could do using context.output_dir.
Open questions:
Allow task definitions to access
context.output_dirto save custom things to the tasks output directory.For example, in a
transcribetask, my task outputs may be.txttranscripts, but I may also want to save the model's raw output as.json, which I could do usingcontext.output_dir.Open questions:
.tigerflow/output_dir?output_dirto the task? (logic likely pending resolution of Centralize.tigerflowat home directory #115 )