Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

fix context in multitask #1040

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions pytext/models/disjoint_multitask_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ def arrange_model_inputs(self, tensor_dict):
def arrange_targets(self, tensor_dict):
return self.current_model.arrange_targets(tensor_dict)

def arrange_model_context(self, tensor_dict):
return self.current_model.arrange_model_context(tensor_dict)

def caffe2_export(self, tensorizers, tensor_dict, path, export_onnx_path=None):
pass