mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Increase max_num_graph_transformation_steps from 5 to 10 (#2633)
This commit is contained in:
parent
9dddabf237
commit
b38b36a941
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ struct SessionOptions {
|
|||
int session_log_severity_level = -1;
|
||||
int session_log_verbosity_level = 0; ///< VLOG level if debug build and session_log_severity_level is 0 (VERBOSE).
|
||||
|
||||
unsigned max_num_graph_transformation_steps = 5; // TODO choose a good default here?
|
||||
unsigned max_num_graph_transformation_steps = 10; // TODO choose a good default here?
|
||||
|
||||
// set graph optimization level
|
||||
TransformerLevel graph_optimization_level = TransformerLevel::Level1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue