Skip to content

Commit

Permalink
Improve warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthesun committed Jul 19, 2019
1 parent 1dd9a57 commit a8358d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def _backward(self):
msg = "The number of outputs in graph is larger than upper " \
"limit: %s vs %s. Usually this is caused by too many " \
"LAYOUT_FIXED_OP in graph. Switch to greedily select schedule." \
"No action required at this moment. We will continuously improve graph tuner" \
% (len(output_idx_list), MAX_OUTPUT_NODES)
self._logger.warning(msg)
self._optimal_record_dict = {key : 0 for key in self._in_nodes_dict}
Expand Down

0 comments on commit a8358d7

Please sign in to comment.