Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def create(self, target, args=None, **kwargs):
# persist changes to handler folder
self.engine_storage.folder_sync(model_name)

# todo move infer tasks to a seperate file
# todo move infer tasks to a separate file
def predict_text_classification(self, pipeline, item, args):
top_k = args.get("top_k", 1000)

Expand Down
Loading