onnxruntime/tools
Scott McKay 1fdf1006ac
Various fixes coming out of discussions in #2436 (#2497)
- Add --skip_tests option to build.py based on github feedback
  - Add debug output at end of run_subprocess so it's clearer when the output is from a different process running
  - Add check for scipy as it's required by gen_test_models.py for the onnx tests
  - Use log.warning instead of warnings.warn for consistency. We use the logger almost everywhere and somewhat randomly used warnings.warn in two places.
  - Add check for 'wheel' dependency not being found in setup.py and handle more gracefully
  - Fix invalid input name in Keras tests
2019-11-28 07:03:23 +10:00
..
ci_build Various fixes coming out of discussions in #2436 (#2497) 2019-11-28 07:03:23 +10:00
nuget Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
python Add a python script with a number of helper actions for creating/editing/dumping onnx test runner format pb files (#2294) 2019-11-01 06:39:14 +10:00