I am interested in integrating this code into a pipeline I am making and was wondering if there are any plans on allowing us to pass in an optional "output_path" argument in run_weighted_inference( ) rather than having it automatically create an output location via get_output_dir( )?
This is just to help control where the output files are exported to since it makes things easier to interface our code's I/Os
I am interested in integrating this code into a pipeline I am making and was wondering if there are any plans on allowing us to pass in an optional "output_path" argument in
run_weighted_inference( )rather than having it automatically create an output location viaget_output_dir( )?This is just to help control where the output files are exported to since it makes things easier to interface our code's I/Os